| | |
| | | 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: `http://127.0.0.1:5000/check-face`, |
| | | method: 'post', |
| | | data: params, |
| | | }) |
| | | } |
| | | export function test() { |
| | | return request({ |
| | | url: `http://127.0.0.1:5000/test`, |
| | | method: 'post', |
| | | }) |
| | | } |