From 47f0c0b6986b8dd423e81c77f341c829550e326d Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期一, 30 一月 2023 21:17:19 +0800
Subject: [PATCH] 更新api上传结果

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