文档
测试

我的订单 订单查看

GET
http://172.18.0.33:9001/orderInfo/orderInfo

请求参数

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

响应参数

参数名
类型
描述
必填
id
Long
id
必填
projectName
String
项目名称
必填
spec
String
规格
必填
quantity
String
数量
必填
unitPrice
String
单价
必填

说明 / 示例

请求: http://172.18.0.25:9001/orderInfo/orderList 应答: { "isok": 1, "msg": "请求成功", "data": { "number": 4, "total": 6, "records": [ { "unitPrice": "2000", "quantity": "2", "id": "1683368346630348801", "projectName": "押金", "spec": "100" }, { "unitPrice": "300", "quantity": "2", "id": "1683368346697457666", "projectName": "服务费", "spec": "100" }, { "unitPrice": "600", "quantity": "2", "id": "1683368346697457667", "projectName": "场地管理", "spec": "100" }, { "unitPrice": "2000", "quantity": "1", "id": "1684856012907548673", "projectName": "押金", "spec": "100" } ], "page": 1, "currentPage": 2 } }