From a7dce13c6ce690cd1221d7c01511bf6e4029c30d Mon Sep 17 00:00:00 2001 From: rx <auster_i@163.com> Date: 星期四, 11 四月 2024 19:23:38 +0800 Subject: [PATCH] 新增同步商汤头像service --- phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncSTUserImgService.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncSTUserImgService.java b/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncSTUserImgService.java new file mode 100644 index 0000000..6215a5a --- /dev/null +++ b/phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncSTUserImgService.java @@ -0,0 +1,20 @@ +package com.hz.his.feign.service.sync; + +import com.hx.resultTool.Result; +import org.springframework.cloud.openfeign.FeignClient; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; + +import java.util.Map; + +/** + * 杩欓噷杩欎釜name 闇�瑕佸~鍐� 璇锋眰鐨勬湇鍔℃彁渚涜�呯殑娉ㄥ唽鍒皀acos Server涓婇潰鐨勬湇鍔″悕锛宲ath 鏄姹傛帴鍙e墠缂� + */ +@FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-st-user") +public interface SyncSTUserImgService { + + + /*** 鍚屾鍟嗗搧鐢ㄦ埛澶村儚**/ + @PostMapping(value = "/st/sync/getStImgUrl") + Result syncStUserImg(@RequestBody Map<String,Object> userMap); +} \ No newline at end of file -- Gitblit v1.8.0