文档
测试

取消订单

POST
http://106.54.185.111:8089/portal/order/delete.do

请求参数

参数名
类型
描述
必填
orderNo
Long
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
data
T
数据
必填
username
String
登录成功后的管理员用户名
必填
msg
String
状态信息
必填

成功的返回示例

{ "status": 200, "data": { "orderItemVoList": [ { "orderNo": null, "productId": 10002, "productName": "订单是", "productImage": "2", "currentUnitPrice": 2, "quantity": 2, "totalPrice": 4, "createTime": null }, { "orderNo": null, "productId": 10003, "productName": "搜索", "productImage": "3", "currentUnitPrice": 3, "quantity": 2, "totalPrice": 6, "createTime": null } ], "imageHost": "asss", "productTotalPrice": 10 } }

失败的返回示例

ResponseCode{status=100, data=null, meg='用户登录失败'}