{
"id": 0,
"cid": 0,
"title": "string",
"intro": "string",
"summary": "string",
"image": "string",
"content": "string",
"author": "string",
"visit": 0,
"sort": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string",
"collect": true,
"cname": "string"
}
curl --location --request POST '/app/appArticle' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"cid": 0,
"title": "string",
"intro": "string",
"summary": "string",
"image": "string",
"content": "string",
"author": "string",
"visit": 0,
"sort": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string",
"collect": true,
"cname": "string"
}'
{
"code": 0,
"msg": "string",
"data": {},
"ok": true
}