{
"pageNum": 1,
"pageSize": 10,
"accountId": "string",
"shopId": "string"
}curl --location '/userPlatform/gd/shop/list' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": 1,
"pageSize": 10,
"accountId": "string",
"shopId": "string"
}'{
"code": 0,
"message": "",
"data": [
{
"shopUuid": "",
"accountId": "",
"accountName": "",
"accountRemark": "",
"shopId": "",
"shopName": ""
}
]
}