ANDRU-PC\Andru
2023-02-28 91cd29d4ebb4873bb0413f783eb34e6f614fed8a
添加fegin方法

(cherry picked from commit 3f6a30ac395e94ecedbef22c532c860ca267fed6)
1个文件已修改
5 ■■■■■ 已修改文件
phis-feign/src/main/java/com/hz/his/feign/service/dcp/SUserTagInfoService.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
phis-feign/src/main/java/com/hz/his/feign/service/dcp/SUserTagInfoService.java
@@ -9,6 +9,7 @@
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
/**
 * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀
@@ -59,4 +60,8 @@
    /**标签分类数据列表*/
    @PostMapping("/tag/rule/info/list")
    Result listData(@RequestBody TagRuleInfoDto tagRuleInfoDto);
    /**同步用户标签数据*/
    @PostMapping("/test/handlerSyncUserLabelInfo")
    Result handlerSyncUserLabelInfo(@RequestParam("userId") String userId);
}