{
"id": 0,
"name": "string",
"sort": 0,
"isShow": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string"
}
curl --location --request PUT '/app/appArticleCategory' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"sort": 0,
"isShow": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string"
}'
{
"code": 0,
"msg": "string",
"data": {},
"ok": true
}