{
"appKey": "a",
"operator": "a",
"data": {
"pageNum": 1,
"pageSize": 10,
"moduleId": "622116714855212539"
},
"operatorOrgType": "a",
"operatorOrgId": "53"
}
curl --location --request POST '/cms-center/module/product/config/queryConfigHourList' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "a",
"operator": "a",
"data": {
"pageNum": 1,
"pageSize": 10,
"moduleId": "622116714855212539"
},
"operatorOrgType": "a",
"operatorOrgId": "53"
}'
{
"code": "string",
"message": null,
"data": {
"pageNum": 0,
"pageSize": 0,
"pageTotal": 0,
"total": 0,
"dataList": [
{
"id": "string",
"productId": "string",
"startTimeHour": "string",
"endTimeHour": "string",
"productName": "string",
"productUrl": "string",
"productImgUrl": null,
"productPrice": null,
"businessSystemIds": "string",
"additionalInfo": {}
}
]
},
"success": true
}