{
"pageNum": "string",
"pageSize": "string"
}
curl --location --request POST '/activity/api/userCenter/collectMrchList' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "string",
"pageSize": "string"
}'
{
"msg": "string",
"code": 0,
"data": [
{
"row_count": 0,
"page_count": 0,
"list": [
{
"mrchId": "string",
"storeName": "string",
"storeLogo": "string",
"storePro": "string",
"storeCity": "string",
"storeArea": "string",
"storeAddress": "string",
"storeOpenTime": "string"
}
]
}
]
}