{
"id": 922337203685477600,
"title": "string",
"imgUrl": "string",
"linkUrl": "string",
"content": "string",
"author": "string",
"type": 0,
"contentOrLink": 0,
"gmtModified": "2019-08-24T14:15:22Z",
"status": 0,
"isTop": 0,
"topTime": "2019-08-24T14:15:22Z"
}curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/notice/update' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 922337203685477600,
"title": "string",
"imgUrl": "string",
"linkUrl": "string",
"content": "string",
"author": "string",
"type": 0,
"contentOrLink": 0,
"gmtModified": "2019-08-24T14:15:22Z",
"status": 0,
"isTop": 0,
"topTime": "2019-08-24T14:15:22Z"
}'{
"code": 0,
"msg": "string",
"data": {},
"success": true
}