From 08033e15dd52f565ff1df210623c0c1abba721e7 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 17 二月 2025 18:50:28 +0800
Subject: [PATCH] 34

---
 src/api/Patients/index.ts |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 0e1e32b..09f1df4 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({
@@ -83,3 +93,14 @@
 		data: params,
 	});
 }
+
+export function nutritionalSummary(params: object) {
+    return request({
+        url: '/nutrition/food/survey/nutritionalSummary',
+        method: 'post',
+        headers: {
+            'Content-Type': 'application/x-www-form-urlencoded'
+            },
+        params
+    });
+}
\ No newline at end of file

--
Gitblit v1.8.0