From 5dac25e97563d1a764383b615849a82efd342cb4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 24 十二月 2024 11:26:17 +0800
Subject: [PATCH] gx

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