{
"cbsId": 0,
"appUserId": 0,
"openid": "string",
"before": 0,
"after": 0,
"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
}
curl --location --request PUT '/bloodSugar' \
--header 'Content-Type: application/json' \
--data-raw '{
"cbsId": 0,
"appUserId": 0,
"openid": "string",
"before": 0,
"after": 0,
"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
}'
{
"code": 0,
"msg": "string",
"data": true,
"ok": true
}