{
"id": 35,
"field": "is_hot",
"val": 1
}
curl --location --request POST '/adminapi/promotion/points_exchange/updateField' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 35,
"field": "is_hot",
"val": 1
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "更新成功"
}
}