{
"id": 27,
"article_category_name": "测试公告2",
"parent_id": 20,
"keywords": "",
"description": "",
"sort_order": 50,
"article_category_id": 27,
"category_sn": "13232",
"category_type": 0
}
curl --location --request POST '/adminapi/content/article_category/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 27,
"article_category_name": "测试公告2",
"parent_id": 20,
"keywords": "",
"description": "",
"sort_order": 50,
"article_category_id": 27,
"category_sn": "13232",
"category_type": 0
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "分类名称更新成功"
}
}