{
"restAreaId": "string",
"entityId": "string",
"shopId": "string",
"tradeMonth": "string",
"pageSize": 0,
"pageNum": 0,
"orderNum": 0,
"productName": "string",
"queryType": 0,
"sortColumn": "string",
"sortRule": "string"
}curl --location --request POST '/admin-api/transction/queryShopAllProduct' \
--header 'Content-Type: application/json' \
--data-raw '{
"restAreaId": "string",
"entityId": "string",
"shopId": "string",
"tradeMonth": "string",
"pageSize": 0,
"pageNum": 0,
"orderNum": 0,
"productName": "string",
"queryType": 0,
"sortColumn": "string",
"sortRule": "string"
}'{
"code": 0,
"data": {},
"msg": "string"
}