{
"id": 922337203685477600,
"image": "string",
"title": "string",
"content": "string",
"briefIntroduction": "string",
"columnType": 0,
"type": 0,
"label": "string",
"author": "string",
"isShow": 0,
"isTop": 0,
"endTime": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z"
}curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/article/update' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 922337203685477600,
"image": "string",
"title": "string",
"content": "string",
"briefIntroduction": "string",
"columnType": 0,
"type": 0,
"label": "string",
"author": "string",
"isShow": 0,
"isTop": 0,
"endTime": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z"
}'{
"code": 0,
"msg": "string",
"data": {},
"success": true
}