Commit db27e03e authored by zhangxiao's avatar zhangxiao

update

parent ab2d9324
...@@ -107,6 +107,19 @@ ...@@ -107,6 +107,19 @@
"flowers": 123, // 送花数 "flowers": 123, // 送花数
"applauses": 123, // 鼓掌数 "applauses": 123, // 鼓掌数
"rooms":[ // 所有开放的场馆 "rooms":[ // 所有开放的场馆
{
"number": 1, // 场馆类型编号,1为开幕式,2为展厅,3为演播厅
"exhibits": [ // 当前场馆内所有展位信息
{
"number": 1, // 展位编号
"width": 1.01, // 展品宽度(单位:米)
"height": 1.01, // 展品高度(单位:米)
"offset_x": 0.1, // 展品横向偏移(单位:米)
"offset_y": 0.1, // 展品纵向偏移(单位:米)
"url": "https://xxxxx" // 展品图片、视频下载地址
}
]
},
{ {
"number": 2, // 场馆类型编号,1为开幕式,2为展厅,3为演播厅 "number": 2, // 场馆类型编号,1为开幕式,2为展厅,3为演播厅
"exhibits": [ // 当前场馆内所有展位信息 "exhibits": [ // 当前场馆内所有展位信息
...@@ -119,6 +132,19 @@ ...@@ -119,6 +132,19 @@
"url": "https://xxxxx" // 展品图片、视频下载地址 "url": "https://xxxxx" // 展品图片、视频下载地址
} }
] ]
},
{
"number": 3, // 场馆类型编号,1为开幕式,2为展厅,3为演播厅
"exhibits": [ // 当前场馆内所有展位信息
{
"number": 1, // 展位编号
"width": 1.01, // 展品宽度(单位:米)
"height": 1.01, // 展品高度(单位:米)
"offset_x": 0.1, // 展品横向偏移(单位:米)
"offset_y": 0.1, // 展品纵向偏移(单位:米)
"url": "https://xxxxx" // 展品图片、视频下载地址
}
]
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment