文档
测试

获取自我管理数据列表

GET
http://127.0.0.1/app/customer/home/selfManagement/getList

请求参数

参数名
类型
描述
必填
phone
string
{{phone}}
必填
token
string
{{token}}
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
selfManagementList
object
数据字典
必填
bloodSugarVo
object
血糖
必填
habState
int
示例:0
必填
bgState
int
数据状态 1高 2正常 3低
必填
hbatime
string
示例:
必填
hba
int
示例:0
必填
record
float
示例:8.2
必填
time
string
示例:07月05日
必填
dietAndSportVo
object
运势与运动
必填
dietCaloric
int
示例:0
必填
ingestible
int
示例:0
必填
sportCalorics
int
示例:0
必填
totalCaloric
int
示例:0
必填
time
string
示例:07月05日
必填
menstruationVo
object
经期
必填
menstruationDays
int
示例:0
必填
time
string
示例:07月05日
必填
waistlineHiplineRecordVo
object
围度
必填
hiplineRecord
double
示例:44
必填
recordDate
string
示例:07月05日
必填
waistlineRecord
double
示例:34.5
必填
waterRecordVo
object
喝水
必填
recordDate
string
示例:07月05日
必填
waterCapacity
int
示例:11
必填
weightRecordVo
object
体重
必填
idealWeight
double
示例:76
必填
latestWeight
double
示例:50.03
必填
targetWeight
double
示例:0
必填
time
string
示例:07月05日
必填
liverFunctionRecordVo
object
肝功能
必填
alanineAmin
int
谷丙转氨酶
必填
albumin
int
白蛋白
必填
aspartateAmin
int
谷草转氨酶
必填
creatTime
string
示例:07月05日
必填
directBilirubin
int
直接胆红素
必填
id
int
主键id
必填
indirectBilirubin
int
间接胆红素
必填
totalBilirubin
int
总胆红素
必填
userId
int
用户主键id
必填
state
int
示例:1
必填

说明 / 示例

{ "msg": "获取成功", "selfManagementList": { "bloodSugarVo": { "habState": 0, "bgState": 1, "hbatime": "", "hba": 0.0, "record": 8.2, "time": "07月05日 12:00" }, "dietAndSportVo": { "dietCaloric": 0, "ingestible": 0, "sportCalorics": 0, "totalCaloric": 0 }, "menstruationVo": { "menstruationDays": 0 }, "waistlineHiplineRecordVo": { "hiplineRecord": 44.0, "recordDate": "2022-03-28", "waistlineRecord": 34.5 }, "waterRecordVo": { "recordDate": "2022-03-27", "waterCapacity": 11 }, "weightRecordVo": { "idealWeight": 76.0, "latestWeight": 50.03, "targetWeight": 0 } }, "state": 1 }