Authorization: Bearer ********************
curl --location --request POST '/api/member/points/sign-in-log' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5'
{
"data": {
"total": 1,
"list": [
{
"id": 28,
"created_at": 1727085627,
"count": 1,
"sign_type": "减少",
"message": "慢跑签到",
"run_val": "16",
"updata_date": ""
}
]
},
"code": 200,
"message": "请求成功"
}