文档
测试

我的展商 列表查询

GET
http://172.18.0.25:9001/exhibitorInfo/page

请求头

参数名
类型
描述
必填
token
String
必填

请求参数

参数名
类型
描述
必填
exhibitionId
Long
展会id
必填
page
int
当前页
必填
size
int
当前页数量
必填

响应参数

参数名
类型
描述
必填
id
long
展商id
必填
createdTime
LocalDateTime
时间
必填
exhibitionHallNum
String
展馆号
必填
boothNum
String
展位号
必填
exhibitorName
String
参展商名称
必填
boothType
String
展位类型
必填
boothArea
String
展位面积
必填
exhibitionId
long
展会id
必填

说明 / 示例

请求: http://172.18.0.25:9001/exhibitorInfo/page 应答: { "isok": 1, "msg": "请求成功", "data": { "number": 1, "total": 1, "record": [ { "boothArea": "55", "exhibitorName": "济南", "exhibitionHallNum": "A12", "boothNum": "2", "createdTime": "2023-07-14 10:11:38", "exhibitionId": 1, "id": 1679674985583046657, "boothType": "光标展位" } ], "page": 1, "currentPage": 1 } }