{
"categoryIds": [
"string"
],
"keywords": "string",
"page": 0,
"limit": 0,
"deliveryStationId": 0
}curl --location --request POST '/api/front/merchant/search/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryIds": [
"string"
],
"keywords": "string",
"page": 0,
"limit": 0,
"deliveryStationId": 0
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"rows": [
{
"id": 0,
"name": "",
"categoryId": 0,
"typeId": 0,
"isSelf": false,
"backImage": "",
"avatar": "",
"streetBackImage": "",
"rectangleLogo": "",
"starLevel": 0,
"followerNum": 0,
"proList": [
{
"id": 0,
"name": "",
"image": "",
"price": 0.0,
"sales": 0,
"ficti": 0
}
],
"isCollect": false,
"pcLogo": "",
"pcGoodStoreCoverImage": ""
}
],
"code": 0,
"msg": ""
}
}