文档
测试

押金退还 查看扣款项

GET
http://172.18.0.25:9001/depositInfo/deductionInfo

请求参数

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

说明 / 示例

请求: http://172.18.0.25:9001/depositInfo/deductionInfo 应答: { "isok": 1, "msg": "请求成功", "data": { "id": 1, "exhibitionHallNum": "A12", "boothNum": "1", "builderName": "会展", "exhibitorName": "济南", "deductionAmount": 5000, "voucherImage": "1", "deductionInstructions": "扣款", "createdTime": "2023-07-21 09:26:09", "createdBy": 1684402542215700482, "updatedTime": "2023-07-21 09:26:19", "deleted": 1, "boothId": 1 } }