{
"appKey": "string",
"operator": "string",
"data": {
"productConfigList": [
{
"productId": "string",
"id": "string",
"startTime": "string",
"sortNum": 0,
"endTime": "string",
"showPlace": "string"
}
]
},
"operatorOrgType": "string",
"operatorOrgId": "string"
}
curl --location --request POST '/cms-center/module/product/config/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"operator": "string",
"data": {
"productConfigList": [
{
"productId": "string",
"id": "string",
"startTime": "string",
"sortNum": 0,
"endTime": "string",
"showPlace": "string"
}
]
},
"operatorOrgType": "string",
"operatorOrgId": "string"
}'
{
"appKey": "string",
"operator": "string",
"data": {
"productConfigList": [
{
"productId": "string",
"startTime": "string",
"sortNum": 0,
"endTime": "string"
}
]
},
"operatorOrgType": "string",
"operatorOrgId": "string"
}