From a3fa1224081f5b2d1c31dfac89a6886a363ac2ce Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 28 四月 2023 19:01:15 +0800
Subject: [PATCH] 45
---
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