From 0d06ae039c98e827a67767a0a907d3b70d0da942 Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期二, 06 二月 2024 15:05:04 +0800 Subject: [PATCH] 1.修改vo --- phis-feign/src/main/java/com/hz/his/feign/service/dcp/SUserTagInfoService.java | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/dcp/SUserTagInfoService.java b/phis-feign/src/main/java/com/hz/his/feign/service/dcp/SUserTagInfoService.java index a14eee3..989077f 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/dcp/SUserTagInfoService.java +++ b/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 闇�瑕佸~鍐� 璇锋眰鐨勬湇鍔℃彁渚涜�呯殑娉ㄥ唽鍒皀acos Server涓婇潰鐨勬湇鍔″悕锛宲ath 鏄姹傛帴鍙e墠缂� @@ -38,10 +39,10 @@ * (鏄惁鑷畾涔夋爣绛� 鍚�)"isCustom": 0, * (鏍囩绫诲瀷缂栧彿)"typeNo": "constellation", * (鏍囩缂栧彿)"tagNo": "LA20220506bRnJDj" - * }, - * { + * }, + * { * (鏄惁鑷畾涔夋爣绛� 鏄�)"isCustom": 1, - * (鏍囩绫诲瀷缂栧彿 娌℃湁绫诲瀷鍙互涓虹┖鎴栦笉浼�)"typeNo": "constellation", + * (鏍囩绫诲瀷缂栧彿)"typeNo": "constellation", * (鏍囩缂栧彿)"tagName": "鐗涢┈搴�" * } * ], @@ -63,4 +64,8 @@ /**鏍囩鍒嗙被鏁版嵁鍒楄〃*/ @PostMapping("/tag/rule/info/list") Result listData(@RequestBody TagRuleInfoDto tagRuleInfoDto); + + /**鍚屾鐢ㄦ埛鏍囩鏁版嵁*/ + @PostMapping("/test/handlerSyncUserLabelInfo") + Result handlerSyncUserLabelInfo(@RequestParam("userId") String userId); } -- Gitblit v1.8.0