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