From 4953af6e9ecf81c8f2c622a52c44ec2286136c66 Mon Sep 17 00:00:00 2001
From: rx <auster_i@163.com>
Date: 星期三, 28 六月 2023 16:27:36 +0800
Subject: [PATCH] 补充方法扫码登记获取小程序码

---
 phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 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 0e9fc67..29466a8 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
@@ -82,6 +82,26 @@
     /**
      * 鐢ㄦ埛鍏虫敞浜у搧璁板綍
      */
-    @PostMapping("/attention/product/edit")
-    Result userAttentionProductRecord(@RequestBody UserAttentionProductDto userAttentionProductDto);
+    @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);
+
+
+    /**
+     * 寮�鏀惧钩鍙�- 鐢ㄦ埛鎵爜鐧昏妯″潡 娉ㄥ唽缁戝畾鍚庡垱寤篽is鍔╂墜灏忕▼搴忕爜(UserCreateMpQrcodeController-bindCreateHisQrcode鏂规硶)
+     */
+    @PostMapping(value = "/user/mp/qrcode/create/his")
+    Result bindCreateHisQrcode(@RequestBody com.alibaba.fastjson.JSONObject jsonObject);
+
 }
\ No newline at end of file

--
Gitblit v1.8.0