|
@ -1,4 +1,4 @@
|
|
|
package com.yihu.jw.care.endpoint.dict;
|
|
|
package com.yihu.jw.care.endpoint.third;
|
|
|
|
|
|
import com.yihu.jw.dict.service.PrivateDictService;
|
|
|
import com.yihu.jw.restmodel.web.Envelop;
|
|
@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
* @Date: 2021/6/23 14:40
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/endpointEy" )
|
|
|
@RequestMapping("/cloudCare/noLogin/endpointEy" )
|
|
|
@Api(tags = "关于我们-隐私策略管理", description = "关于我们-隐私策略管理")
|
|
|
public class PrivateDictEndpoint extends EnvelopRestEndpoint {
|
|
|
@Autowired
|