{
"id": 0,
"title": "string",
"description": "string",
"content": "string",
"startTime": 0,
"endTime": 0,
"customerLevelIds": "string",
"isEnabled": 0,
"createdAt": "string",
"updatedAt": "string",
"site": 0,
"language": 0,
"linkUrl": "string",
"btnUrl": "string",
"imgUrl": "string",
"extStr": "string",
"contentList": [
{
"msg": "string",
"msg2": "string",
"msg3": "string"
}
],
"eventType": "string",
"popFlag": true,
"from": "string"
}
curl --location --request POST 'https://www.nihaocloud.cn/st-cms/pop-up/get' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"description": "string",
"content": "string",
"startTime": 0,
"endTime": 0,
"customerLevelIds": "string",
"isEnabled": 0,
"createdAt": "string",
"updatedAt": "string",
"site": 0,
"language": 0,
"linkUrl": "string",
"btnUrl": "string",
"imgUrl": "string",
"extStr": "string",
"contentList": [
{
"msg": "string",
"msg2": "string",
"msg3": "string"
}
],
"eventType": "string",
"popFlag": true,
"from": "string"
}'
{
"id": 0,
"title": "",
"description": "",
"content": "",
"startTime": 0,
"endTime": 0,
"customerLevelIds": "",
"isEnabled": 0,
"createdAt": "",
"updatedAt": "",
"site": 0,
"language": 0,
"linkUrl": "",
"btnUrl": "",
"imgUrl": "",
"extStr": "",
"contentList": [
{
"msg": "",
"msg2": "",
"msg3": ""
}
],
"eventType": "",
"popFlag": false,
"from": ""
}