X-API-Key: ********************{
"phone": "string",
"waresName": "string",
"brandId": 0,
"groupId": 0,
"pageNum": 0,
"pageSize": 0
}curl --location --request POST '/cakeCategory/getWaresList' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"waresName": "string",
"brandId": 0,
"groupId": 0,
"pageNum": 0,
"pageSize": 0
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"code": 0,
"msg": "string",
"rows": [
{
"waresId": "string",
"waresCode": "string",
"waresName": "string",
"originalPrice": 0,
"discountPrice": 0,
"costPrice": 0,
"waresExtra": {
"brandId": "string",
"imagePath": "string",
"groupIds": [
"string"
],
"cityIds": [
{
"name": "string",
"city_id": "string"
}
],
"specs": [
{
"specsId": "string",
"specsName": "string",
"originalPrice": 0,
"discountPrice": 0,
"costPrice": 0
}
]
}
}
]
}
}