From 68c9c462845e3bde04f34e88187b0b559ceffda5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 20 六月 2023 14:58:17 +0800
Subject: [PATCH] 完善配置信息使用

---
 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