fix: 健康统计,首页功能开发。
This commit is contained in:
@@ -15,3 +15,11 @@ export function getTemperatureAnalysis(query) {
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
export function getHealthAnalysis(query) {
|
||||
return request({
|
||||
url: '/health/analysis/healthAnalysis',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user