curl --location 'http://dev-cn.your-api-server.com/api/shop/brand?appId=undefined&nonce=undefined&sign=undefined×tamp=undefined'{
"data": {
"list": [
{
"brandCode": "string",
"brandLogo": "string",
"brandName": "string",
"deliveryTips": "string",
"interfaceStatus": "Normal",
"openDelivery": true
}
],
"total": 0
},
"errCode": "string",
"errMessage": "string"
}