{
"id": 7,
"name": "第七天",
"points": 60
}
curl --location --request POST '/adminapi/promotion/sign_in_setting/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 7,
"name": "第七天",
"points": 60
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "积分签到更新成功"
}
}