Authorization: Bearer ********************
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"title": "string",
"imgUrl": "string",
"jumpUrl": "string",
"type": 0,
"sort": 0,
"status": 0,
"delFlag": true
}
curl --location --request PUT 'http://localhost:81/shop/banner' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"title": "string",
"imgUrl": "string",
"jumpUrl": "string",
"type": 0,
"sort": 0,
"status": 0,
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}