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