{}
curl --location --request POST '/activity/api/mrch/getListByLabelGeo' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"msg": "string",
"code": 0,
"data": [
{
"row_count": 0,
"page_count": 0,
"list": [
{
"index": 0,
"mrchId": "string",
"storeName": "string",
"storeLogo": "string",
"storePro": "string",
"storeProCode": "string",
"storeCity": "string",
"storeCityCode": "string",
"storeArea": "string",
"storeAreaCode": "string",
"storeAddress": "string",
"storePhoneNo": "string",
"longitude": "string",
"latitude": "string",
"distance": 0,
"unit": "string"
}
]
}
]
}