@tianqing123
2017-09-28T21:33:45.000000Z
字数 771
阅读 746
boss
{
"canvasHeight": "画布高度",
"canvasWidth": "画布宽度",
"canvasBgColor": "画布背景色",
"canvasBgImage": "画布背景图",
"programComponentList":[
{
"id": "组件id",
"type": "组件类型",
"posX": "横坐标,左偏移",
"posY": "纵坐标,上偏移",
"width": "宽度",
"height": "高度",
"level": "层级",
"param":{
"opts":{// 参数:直播/应用/文本 有
// 直播
url: '直播链接',
// 应用
type: '应用类型', //[在线,离线][online,offline]
url: '在线链接、离线包链接',
// 文本
"color": "#fff", // 文字颜色
"fontSize": "16",// 文字大小
"bg": "rgba(0, 0, 0, 0.3)",// 文本背景
"fontWeight": "常规",// 字体粗细
"font": "微软雅黑",// 字体类型
"time": "1",// 间隔时间
"direction": "自左向右"// 跑马灯方向
},
"res":[ // 资源列表:图片/视频/文本 有
{
fe_guid: '前端的唯一标识',
resourceId: '资源id',
type: 'video',
resourceData: '资源数据/Url', // 文本是数据,图片/视频是url
resourceLocalPath: '资源本地路径', // 图片/视频有
name: '资源名称',
time: '00:00:08',
qrcode: { // 二维码:图片/视频有
w: '',
h: '',
x: '',
y: '',
img: '',
url: ''
},
qrCodeLocalPath: '二维码本地路径', // 在终端生成,只有终端使用
}
]
}
}
]
}