Authorization: Bearer ********************curl --location --request POST '/api/member/points/log-list' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>'{
"data": {
"total": 2,
"list": [
{
"id": 156,
"created_at": 1718097012,
"count": 1,
"sign_type": "减少",
"message": "记录血压",
"run_val": "0",
"updata_date": ""
}
]
},
"code": 200,
"message": "请求成功"
}