From 9268ed83af0e3c8b58f1f7fa8dd0ef55c9869174 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期五, 10 五月 2024 19:58:46 +0800 Subject: [PATCH] 域名修改 --- phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 55 insertions(+), 1 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java b/phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java index ceb54ae..8cf2fbd 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java +++ b/phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java @@ -1,9 +1,11 @@ package com.hz.his.feign.service.platform; import com.hx.resultTool.Result; +import com.hz.his.dto.marketing.common.MarketingTotalDto; import com.hz.his.dto.user.*; import com.hz.his.dto.user.coupon.UserCouponDto; import com.hz.his.dto.user.project.UserProjectDto; +import com.hz.his.dto.user.room.UserDoctorRoomDto; import net.sf.json.JSONObject; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.PostMapping; @@ -12,7 +14,7 @@ /** * 杩欓噷杩欎釜name 闇�瑕佸~鍐� 璇锋眰鐨勬湇鍔℃彁渚涜�呯殑娉ㄥ唽鍒皀acos Server涓婇潰鐨勬湇鍔″悕锛宲ath 鏄姹傛帴鍙e墠缂� */ -@FeignClient(name="phi-platform-service",path = "/phip",contextId = "phip-user") +@FeignClient(name="phi-platform-user",path = "/phip",contextId = "phip-user") public interface SPhipUserService { /** @@ -85,5 +87,57 @@ @PostMapping("/attention/product/record/edit") Result userAttentionProductRecordEdit(@RequestBody UserAttentionProductDto userAttentionProductDto); + /** + * 寮�鏀惧钩鍙�-鑾峰彇鐢ㄦ埛绉戝鍏崇郴淇℃伅 + */ + @PostMapping(value = "/user/families/room/info") + Result getUserFamiliesRoomInfo(@RequestBody UserParamDto userParamDto); + /** + * 寮�鏀惧钩鍙�-淇敼鐢ㄦ埛绉戝鍏崇郴淇℃伅 + */ + @PostMapping(value = "/user/families/room/info/update") + Result updateUserFamiliesRoomInfo(@RequestBody UserParamDto userParamDto); + + /** + * 寮�鏀惧钩鍙�-鐢ㄦ埛绛夌骇閲嶆柊璁$畻 + */ + @PostMapping(value = "/user/level/calc") + Result userLevelCalc(@RequestBody UserParamDto userParamDto); + + /** + * 寮�鏀惧钩鍙�-鑾峰彇鐢ㄦ埛鐨勫叕浼楀彿淇℃伅 + */ + @PostMapping(value = "/user/gzh/info") + Result userGZHInfo(@RequestBody UserParamDto userParamDto); + + /** + * 寮�鏀惧钩鍙�-鑾峰彇crm灏忕▼搴忚烦杞摼鎺� + */ + @PostMapping(value = "/user/crm/url/link") + Result getCRMUrlLink(@RequestBody UserUnionDto userParamDto); + + /** + * 寮�鏀惧钩鍙�-鍙戦�佽幏瀹㈡秷鎭坊鍔犲鎴� + */ + @PostMapping(value = "/user/acquisition/sent") + Result sentUserAcquisitionSMS(@RequestBody UserParamDto userParamDto); + + /** + * 寮�鏀惧钩鍙�-鑾峰彇鐢ㄦ埛鑾峰鏁版嵁璁板綍 + */ + @PostMapping(value = "/user/acquisition/list") + Result getUserAcquisitionList(@RequestBody UserParamDto userParamDto); + + /** + * 寮�鏀惧钩鍙�-鐢ㄦ埛绉戝鐐硅瘖鏂板 + */ + @PostMapping(value = "/user/room/doctor/diagnosis/create") + Result userFamiliesRoomCreate(@RequestBody UserDoctorRoomDto userDoctorRoomDto); + + /** + * 寮�鏀惧钩鍙�-杞彂鍒涘缓钀ラ攢鍔╂墜瀹℃牳 + */ + @PostMapping(value = "/user/common/approve/create") + Result commonApproveCreate(@RequestBody MarketingTotalDto marketingTotalDto); } \ No newline at end of file -- Gitblit v1.8.0