{
"page": 0,
"pageSize": 0,
"keyword": "string",
"associatedIds": [
"string"
],
"categoryId": "string",
"brandId": "string",
"onlyDiscount": true,
"sortField": "string",
"sortMethod": "string"
}
curl --location --request POST '/search/all' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"keyword": "string",
"associatedIds": [
"string"
],
"categoryId": "string",
"brandId": "string",
"onlyDiscount": true,
"sortField": "string",
"sortMethod": "string"
}'
{
"msg": "string",
"result": {
"conditions": {
"categories": [
{
"id": "string",
"name": "string"
}
],
"brands": [
{
"id": "string",
"name": "string",
"nameEn": "string",
"logo": "string"
}
]
},
"pageData": {
"counts": 0,
"pageSize": 0,
"pages": 0,
"page": 0,
"items": [
{
"id": "string",
"picture": "https://yanxuan-item.nosdn.127.net/65be335760e2375432b4410adbd32b2f.png?type=webp&imageView&quality=95&thumbnail=210x210",
"name": "string",
"price": 0,
"desc": "string",
"discount": 0
}
]
}
}
}