{
"appKey": "veniam aute",
"operator": "nulla culpa",
"operatorOrgId": "49",
"operatorOrgType": "fb",
"data": {
"businessSystemId": "",
"clientSystem": "",
"vipLevel": "",
"priceSort": 1,
"moduleCode": "gold_mall",
"typeId": "752195087141792371",
"priceMax": 10,
"priceMin": 0,
"productName": "商品",
"pageNum":1,
"pageSize":8
}
}
curl --location --request POST '/cms-center/module/product/queryProductPageByModule' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "veniam aute",
"operator": "nulla culpa",
"operatorOrgId": "49",
"operatorOrgType": "fb",
"data": {
"businessSystemId": "",
"clientSystem": "",
"vipLevel": "",
"priceSort": 1,
"moduleCode": "gold_mall",
"typeId": "752195087141792371",
"priceMax": 10,
"priceMin": 0,
"productName": "商品",
"pageNum":1,
"pageSize":8
}
}'
{
"success": true,
"code": "string",
"message": null,
"data": [
{
"id": "string",
"moduleCode": "string",
"moduleName": "string",
"startTime": "string",
"products": [
{
"id": "string",
"moduleId": "string",
"productName": "string",
"productPrice": 0,
"businessSystemIds": [
"string"
],
"additionalInfo": {
"vipLevel": "string",
"productOriginalPrice": "string",
"clientSystem": "string",
"productPriceMoney": "string",
"productAmount": "string",
"remark": "string",
"businessType": "string",
"parameter": "string",
"label": "string",
"superVip": "string"
},
"productUrl": "string",
"productImgUrl": "string",
"startTimeHour": "string",
"endTimeHour": "string"
}
],
"types": [
{
"id": "string",
"typeName": "string",
"products": [
{
"id": "string",
"moduleId": "string",
"productName": "string",
"productPrice": 0,
"businessSystemIds": [
"string"
],
"additionalInfo": {},
"productUrl": "string",
"productImgUrl": "string",
"startTimeHour": "string",
"endTimeHour": "string"
}
]
}
]
}
]
}