文档
测试

押金退还 查询列表

GET
http://172.18.0.25:9001/depositInfo/depositList

请求头

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

请求参数

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

响应参数

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

说明 / 示例

请求: http://localhost:9001/depositInfo/depositList 应答: { "isok": 1, "msg": "请求成功", "data": { "number": 1, "total": 4, "records": [ { "boothArea": "12", "exhibitorName": "会展无忧", "exhibitionHallNum": "A12", "boothNum": "1", "createdTime": "2023-07-15 10:31:13", "exhibitionId": 1, "id": 1, "boothType": "光标" } ], "page": 1, "currentPage": 4 } }