curl --location --request GET 'http://192.168.20.159:8080/hyd-base-system/advertisement/commodityBannerList' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": 922337203685477600,
"name": "string",
"advertisingSpace": 0,
"sort": 922337203685477600,
"image": "string",
"isShow": 0,
"type": 0,
"articleId": 0,
"articleName": "string",
"outerChainUrl": "string",
"gmtCreate": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z"
}
],
"success": true
}