From 6e015f71927ea207d398735db5a2e6f2d592538f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 17 二月 2025 16:55:53 +0800
Subject: [PATCH] gx

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