文档
测试

我的展位 列表查询

GET
http://172.18.0.25:9001/boothInfo/boothInfos

请求头

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

请求参数

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

响应参数

参数名
类型
描述
必填
id
Long
展位id
必填
exhibitionId
Long
展会id
必填
city
String
城市
必填
exhibitionHallName
String
展馆名称
必填
expoName
String
展会名称
必填
exhibitorName
String
参展商名称
必填
exhibitorContactPerson
String
参展商联系人
必填
exhibitionHallNum
String
展馆号
必填
boothNum
String
展位号
必填
boothType
String
展位类型
必填
boothArea
String
展位面积
必填
startDate
LocalDateTime
开展日期
必填
arrangeDate
LocalDateTime
布展日期
必填
boothMaterial
String
展台材质
必填
exhibitorTel
String
参展商手机号
必填

说明 / 示例

请求: http://172.18.0.25:9001/boothInfo/boothInfos 应答: { "isok": 1, "msg": "请求成功", "data": { "number": 1, "total": 2, "records": [ { "exhibitionHallName": "A12", "exhibitionHallNum": "A12", "city": "济南", "boothMaterial": "钢", "exhibitorTel": "15644484445", "exhibitionId": 1, "boothType": "光标", "exhibitorContactPerson": "张三", "boothArea": "12", "exhibitorName": "会展无忧", "boothNum": "1", "id": 1, "arrangeDate": "2023-07-15 10:30:28", "startDate": "2023-07-15 10:30:33", "expoName": "车展", "createdTime": 时间 } ], "page": 1, "currentPage": 2 } }