curl --location --request GET '/bloodPressure/page'
{
"code": 0,
"msg": "string",
"data": {
"records": [
{
"cbpId": 0,
"appUserId": 0,
"openid": "string",
"score": 0,
"time": "2019-08-24T14:15:22Z",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string",
"tenantId": 0,
"SBP": 0,
"DBP": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
},
"ok": true
}