{
"bigPic": "string",
"brandStory": "string",
"createTime": "2019-08-24T14:15:22Z",
"factoryStatus": 0,
"firstLetter": "string",
"id": "string",
"logo": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"name": "string",
"productCommentCount": 0,
"productCount": 0,
"showStatus": 0,
"sort": 0
}
curl --location --request POST 'http://leju.bufan.cloud/lejuAdmin/brand/addBrand' \
--header 'Content-Type: application/json' \
--data-raw '{
"bigPic": "string",
"brandStory": "string",
"createTime": "2019-08-24T14:15:22Z",
"factoryStatus": 0,
"firstLetter": "string",
"id": "string",
"logo": "string",
"modifyTime": "2019-08-24T14:15:22Z",
"name": "string",
"productCommentCount": 0,
"productCount": 0,
"showStatus": 0,
"sort": 0
}'
{
"code": 0,
"data": {},
"message": "string",
"success": false
}