Commit 19a03bee authored by zhangxiao's avatar zhangxiao

update

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