{
"sort_order": 50,
"is_show": 1,
"brand_is_hot": 0,
"brand_name": "tigshop",
"brand_logo": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg",
"brand_desc": "我是品牌描述",
"first_word": "T"
}
curl --location --request POST '/adminapi/product/brand/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort_order": 50,
"is_show": 1,
"brand_is_hot": 0,
"brand_name": "tigshop",
"brand_logo": "img/gallery/202405/1717136330XdGMa1P6GNi9vTrjG6.jpg",
"brand_desc": "我是品牌描述",
"first_word": "T"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "品牌添加成功"
}
}