文档
测试

我的展位 编辑报馆信息

POST
http://172.18.0.25:9001/boothInfo/boothInfoUpdate

请求头

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

请求参数

参数名
类型
描述
必填
id
Long
展位id
必填
exhibitorName
String
参展商名称
必填
boothMaterial
String
展台材质
必填
buildCompanyTel
String
搭建公司电话
必填
buildLinkman
String
搭建联系人
必填
buildCompanyEmail
String
搭建公司邮箱
必填

说明 / 示例

请求: http://172.18.0.25:9001/boothInfo/boothInfoUpdate ```language { "id":1684812624128753666, "exhibitionHallName": "济南", "exhibitionHallNum": "A12", "city": "济南", "exhibitorTel": "1554445522", "exhibitionId": 1, "buildCompanyEmail": "4578584", "boothType": "钢", "exhibitorContactPerson": "张三", "boothArea": "50", "boothNum": "6", "buildLinkman": "xu", "buildCompany": "济南", "buildCompanyLocation": null, "arrangeDate": "2023-07-15T10:30:28", "startDate": "2023-07-15T10:30:33", "expoName": "车展", "exhibitorName":"参展商名称", "boothMaterial":"展台材质", "buildCompanyTel":"搭建公司电话" } 应答: { "isok": 1, "msg": "修改成功", "data": { "id": 1684812624128753666, "city": "济南", "exhibitionHallName": "济南", "expoName": "车展", "exhibitorName": "参展商名称", "exhibitorContactPerson": "张三", "exhibitionHallNum": "A12", "boothNum": "6", "exhibitorTel": "1554445522", "boothType": "钢", "boothArea": "50", "boothMaterial": "展台材质", "arrangeDate": "2023-07-15 10:30:28", "startDate": "2023-07-15 10:30:33", "buildCompany": "济南", "buildLinkman": "li", "buildCompanyTel": "搭建公司电话", "buildCompanyEmail": "4578584", "buildCompanyLocation": null, "status": null, "createdTime": null, "createdBy": null, "updatedTime": "2023-07-28 15:06:28", "auditBy": null, "auditTime": null, "deleted": null, "deposit": null, "depositRejectReason": null, "depositRejectImg": null, "exhibitionId": 1, "paymentVoucher": null, "rejectReason": null, "rejectImg": null, "invoicing": null, "invoicingRejectReason": null, "invoicingRejectImg": null, "depositTime": null } }