文档
测试

我的展商 查看(info)

POST
http://172.18.0.25:9001/exhibitorInfo/info

请求头

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

请求参数

参数名
类型
描述
必填
id
Long
展商id
必填

说明 / 示例

请求: http://172.18.0.25:9001/exhibitorInfo/info 应答: { "isok": 1, "msg": "请求成功", "data": { "id": 1679674985583046657, "expoName": "会展", "exhibitorName": "济南", "exhibitionHallNum": "A12", "boothNum": "2", "boothType": "光标展位", "boothArea": "55", "linkman": "李四", "linkmanTel": "155547888", "email": "17502545@163.com", "createdTime": "2023-07-14 10:11:38", "createdBy": 1684402542215700482, "updatedTime": "2023-07-14 11:17:05", "exhibitionId": 1 } }