Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
exhibition
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangxiao
exhibition
Commits
19a03bee
Commit
19a03bee
authored
May 02, 2022
by
zhangxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
045987e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
README.md
README.md
+13
-11
No files found.
README.md
View file @
19a03bee
...
...
@@ -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
}
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment