From 1051ab47ac671486801296ccf0ad7c0ed527d7e6 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 22 四月 2025 15:23:19 +0800
Subject: [PATCH] gx优化播报延时
---
src/api/user/index.ts | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/api/user/index.ts b/src/api/user/index.ts
index 229cd57..b043aa8 100644
--- a/src/api/user/index.ts
+++ b/src/api/user/index.ts
@@ -24,4 +24,31 @@
method: 'post',
data: params,
})
+}
+export function listWeightHistory(params: Object) {
+ return request({
+ url: `${confingInfoStore().confingInfo.base_api}/patient/hemo/med/body/state/pre/listWeightHistory`,
+ method: 'post',
+ data: params,
+ })
+}
+export function listBPHistory(params: Object) {
+ return request({
+ url: `${confingInfoStore().confingInfo.base_api}/patient/hemo/med/body/state/pre/listBPHistory`,
+ method: 'post',
+ data: params,
+ })
+}
+export function checkUploadFile(params: Object) {
+ return request({
+ url: `${confingInfoStore().confingInfo.faceApi}/check-face`,
+ method: 'post',
+ data: params,
+ })
+}
+export function test() {
+ return request({
+ url: `http://127.0.0.1:5000/test`,
+ method: 'post',
+ })
}
\ No newline at end of file
--
Gitblit v1.8.0