From b30f6233ce835966040d3527b64f12806ce1943a Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 19 四月 2025 14:16:26 +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