文档
测试

待审项目 报馆审核 审核接口

GET
http://172.18.0.33:9001/boothInfo/pendingBoothAudit

请求参数

参数名
类型
描述
必填
id
long
展位id
必填

响应参数

参数名
类型
描述
必填
city
string
城市
必填
exhibitionHallName
string
展馆名称
必填
expoName
string
展会名称
必填
exhibitorContactPerson
string
参展商联系人
必填
exhibitorName
string
参展商名称
必填
exhibitionHallNum
string
展馆号
必填
boothNum
string
展位号
必填
exhibitorTel
string
参展商手机号
必填
boothType
string
展位类别
必填
boothArea
string
展位面积
必填
boothMaterial
string
展台材质
必填
arrangeDate
LocalDateTime
布展日期
必填
startDate
LocalDateTime
开展日期
必填
buildCompany
string
搭建公司
必填
buildLinkman
string
搭建联系人
必填
buildCompanyTel
string
搭建公司电话
必填
buildCompanyEmail
string
搭建公司邮箱
必填
buildCompanyLocation
string
搭建公司所在地
必填

说明 / 示例

请求: http://172.18.0.33:9001/boothInfo/pendingBoothAudit?id=1 应答: ```language { "isok": 1, "msg": "请求成功", "data": { "id": 1, "city": "济南", "exhibitionHallName": "会展中心", "expoName": "车展", "exhibitorName": "会展无忧", "exhibitorContactPerson": "张三", "exhibitionHallNum": "W2", "boothNum": "A12", "exhibitorTel": "15644484445", "boothType": "光标", "boothArea": "12", "boothMaterial": "钢", "arrangeDate": "2023-07-15 10:30:28", "startDate": "2023-07-15 10:30:33", "buildCompany": "济南槐荫搭建集团", "buildLinkman": "李四", "buildCompanyTel": "144487866", "buildCompanyEmail": "154564", "buildCompanyLocation": null, "status": "1", "createdTime": "2023-07-15 10:31:13", "createdBy": 1, "updatedTime": "2023-07-15 16:14:22", "auditBy": 1, "auditTime": "2023-07-20 14:27:59", "deleted": 1, "deposit": 2, "depositRejectReason": "押金退还驳回", "depositRejectImg": "reject.png", "exhibitionId": 1681552934829649921, "paymentVoucher": "8455", "rejectReason": "审图审核驳回", "rejectImg": "reject.png", "invoicing": null, "invoicingRejectReason": null, "invoicingRejectImg": null, "depositTime": "2023-07-20 09:51:22" } } ```