{
"pageNum": 0,
"pageSize": 0,
"phone": "string"
}
curl --location --request POST '/mrch/xylmmrch/getStores' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"phone": "string"
}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"mrchName": "string",
"mrchNo": "string",
"outMrchNo": "string",
"isOpen": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}