{
"playerIds": [
"52a66b84e5e241908a5dd317e82556d8"
],
"attribute": {
"duration": 20000,
"normalProgramStatus": "PAUSE",
"spotsType": "IMMEDIATELY"
},
"page": {
"name": "a-immediately",
"widgets": [
{
"duration": 10000,
"inAnimation": {
"duration": 1000,
"type": "NONE"
},
"layout": {
"height": "20%",
"width": "100%",
"x": "0%",
"y": "60%"
},
"md5": "8330dcaa949ceeafa54a66e8ad623300",
"size": 25943,
"type": "PICTURE",
"url": "http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
"zIndex": 1
}
]
}
}
curl --location --request POST 'https://open-us.vnnox.com/v2/player/emergency-program/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"52a66b84e5e241908a5dd317e82556d8"
],
"attribute": {
"duration": 20000,
"normalProgramStatus": "PAUSE",
"spotsType": "IMMEDIATELY"
},
"page": {
"name": "a-immediately",
"widgets": [
{
"duration": 10000,
"inAnimation": {
"duration": 1000,
"type": "NONE"
},
"layout": {
"height": "20%",
"width": "100%",
"x": "0%",
"y": "60%"
},
"md5": "8330dcaa949ceeafa54a66e8ad623300",
"size": 25943,
"type": "PICTURE",
"url": "http://vnnox-public.oss-cn-qingdao.aliyuncs.com/myf/test.jpg",
"zIndex": 1
}
]
}
}'
{
"success": [
"6226495f8a030b075e2f6757236620e2"
],
"fail": []
}