From 96882efacd0fd9ce750e1b226fe046b52cd36df0 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 26 七月 2023 20:24:32 +0800
Subject: [PATCH] 新增血压计HBP9020通讯

---
 src/api/user/index.ts |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/api/user/index.ts b/src/api/user/index.ts
index b48f7a8..f3f2771 100644
--- a/src/api/user/index.ts
+++ b/src/api/user/index.ts
@@ -50,9 +50,16 @@
         data: params,
     })
 }
-export function forgetPassword(params: Object) {
+export function getPatientInfo2(params: Object) {
     return request({
-        url: '/user/info/forgetPassword',
+        url: '/topic/getPatientInfo2',
+        method: 'post',
+        data: params,
+    })
+}
+export function updatePatient(params: Object) {
+    return request({
+        url: '/topic/updatePatient',
         method: 'post',
         data: params,
     })

--
Gitblit v1.8.0