From a3b84f95041d36f7575efe2285554fe099524885 Mon Sep 17 00:00:00 2001
From: rx <auster_i@163.com>
Date: 星期日, 25 六月 2023 16:22:41 +0800
Subject: [PATCH] 补充方法扫码登记获取小程序码

---
 phis-feign/src/main/java/com/hz/his/feign/service/platform/SPhipUserService.java |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 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 6745f14..889ba5a 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
@@ -85,7 +85,23 @@
     @PostMapping("/attention/product/record/edit")
     Result userAttentionProductRecordEdit(@RequestBody UserAttentionProductDto userAttentionProductDto);
 
-    /*鐢ㄦ埛鍗囩骇杩涘害鏂规硶*/
-    @PostMapping(value = "/user/level/progress")
-    Result userLevelProgress(@RequestBody UserParamDto userParamDto);
+    /**
+     * 寮�鏀惧钩鍙�-鑾峰彇鐢ㄦ埛绉戝鍏崇郴淇℃伅
+     */
+    @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/scan/register/create/limit")
+    Result createUserScanLimit(@RequestBody com.alibaba.fastjson.JSONObject jsonObject);
+
 }
\ No newline at end of file

--
Gitblit v1.8.0