{
"id": 56,
"field": "article_title",
"val": "文章标题"
}curl --location --request POST '/adminapi/content/article/update_field' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 56,
"field": "article_title",
"val": "文章标题"
}'{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "更新成功"
}
}