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 |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 7e1af0b..09f1df4 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -93,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