{
"pageNum": 1,
"pageSize": 10,
"shopId": "string",
"replyType": "string"
}
curl --location --request POST '/userPlatform/physical/shop/strategy/queryShopTempCustomByPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"shopId": "string",
"replyType": "string"
}'
{
"code": 0,
"message": "",
"data": null
}