{
"caId": 0,
"appUserId": 0,
"openid": "string",
"title": "string",
"readCount": 0,
"likeCount": 0,
"thumbnailName": "string",
"content": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string",
"tenantId": 0
}
curl --location --request POST '/app/cdmsArticle' \
--header 'Content-Type: application/json' \
--data-raw '{
"caId": 0,
"appUserId": 0,
"openid": "string",
"title": "string",
"readCount": 0,
"likeCount": 0,
"thumbnailName": "string",
"content": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"delFlag": "string",
"tenantId": 0
}'
{
"code": 0,
"msg": "string",
"data": {},
"ok": true
}