{
"id": 86,
"field": "comment_rank",
"val": "2"
}
curl --location --request POST '/adminapi/product/comment/update_field' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 86,
"field": "comment_rank",
"val": "2"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "更新成功"
}
}