X-API-Key: ********************{
"brandName": "蛋糕",
"groupId": 1872897816909394000,
"cityId": "2",
"pageNum": 61,
"pageSize": 71
}curl --location --request POST '/cakeCategory/getBrandList' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"brandName": "蛋糕",
"groupId": 1872897816909394000,
"cityId": "2",
"pageNum": 61,
"pageSize": 71
}'{
"code": "200",
"msg": "操作成功",
"data": [
{
"brandId": 1873216095838347300,
"brandName": "ebeecake 蛋糕",
"brandExtra": {
"groupId": 1872897816909394000,
"imagePath": "https://img.dangaoss.com/public/b/2/19/1279775_s.jpg",
"albumImagePath": "https://img.dangaoss.com/public/brands/86/5/1272731_m.jpg",
"cityIds": [
0
]
}
}
]
}