Commit 19a03bee authored by zhangxiao's avatar zhangxiao

update

parent 045987e7
......@@ -87,26 +87,28 @@
* 2、获取展馆信息
### request
### method: POST
### host: http://www.ketibang.cn
### path: /exhibition/detail
```json
{
"exhibition_id":1,
"id":1, // 展览id
}
```
### response
```json
{
"exhibition_id":1,
"rooms":[
"id":1, // 展览id
"rooms":[ // 所有展厅
{
"index":1,
"exhibits":[
"index":1, // 展厅编号
"exhibits":[ // 当前展厅内展品
{
"number":1,
"w":1,
"h":1,
"offsetX":0.1,
"offsetY":0.1,
"thumb":"http://xxxxxxx"
"number":1, // 展位编号
"w":1, // 展品宽度
"h":1, // 展品高度
"offsetX":0.1, // 展品横向偏移量
"offsetY":0.1, // 展品纵向偏移量
"thumb":"http://xxxxxxx" // 展品url
}
]
}
......
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