api-proxy-mock/mock/oxygenerator_days.txt
2026-03-13 14:21:12 +08:00

29 lines
542 B
Plaintext

{
"code": 0,
"msg": "success",
"success": true,
"data": {
"timeList": [{
"useDate": 1769270400000,
"useTime": 110
}, {
"useDate": 1769184000000,
"useTime": 1000
}],
"baseInfoList": [{
"useDate": 1769270400000,
"useTime": 100,
"avgOxygenation": "10.0",
"respiratoryRate": 50,
"maxRespiratoryRate": 20,
"minRespiratoryRate": 1
}, {
"useDate": 1769184000000,
"useTime": 100,
"avgOxygenation": "10.0",
"respiratoryRate": 50,
"maxRespiratoryRate": 20,
"minRespiratoryRate": 1
}]
}
}