curl --location --request GET '/adminapi/content/article_category/detail?id=27'
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"article_category_id": 27,
"article_category_name": "测试公告2",
"category_sn": "",
"category_type": 0,
"keywords": "",
"description": "",
"sort_order": 50,
"parent_id": 0
},
"errcode": 0,
"message": ""
}
}