From 765e2750064bdec7cc15b5cb873256ce5bd03ad4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 17 一月 2025 15:04:22 +0800
Subject: [PATCH] 更新优化
---
src/api/Patients/index.ts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 0e1e32b..7e1af0b 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -49,6 +49,16 @@
data: params,
});
}
+export function getUserDetail2(params: string) {
+ return request({
+ url: '/user/info/detail2',
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/x-www-form-urlencoded'
+ },
+ data: params,
+ });
+}
// 保存患者套餐对象
export function updateNurtion(params: Object) {
return request({
--
Gitblit v1.8.0