{
"name": "string",
"advertisingSpace": 0,
"sort": 922337203685477600,
"image": "string",
"isShow": 0,
"type": 0,
"articleId": 0,
"outerChainUrl": "string",
"gmtCreate": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/advertisement/save' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"advertisingSpace": 0,
"sort": 922337203685477600,
"image": "string",
"isShow": 0,
"type": 0,
"articleId": 0,
"outerChainUrl": "string",
"gmtCreate": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": 922337203685477600,
"success": true
}