This commit is contained in:
zhangmanman
2022-01-14 12:07:59 +08:00
parent 235932ddae
commit 1f45ed3e57
4 changed files with 102 additions and 4 deletions

View File

@@ -14,6 +14,14 @@ const info = () =>{
})
}
export {
info
// 我的档案
const records = () =>{
return request({
url: 'health/records'
})
}
export {
info,
records
}