文档
测试

订单详情

POST
/userOrder/query/queryOrderById

请求头

参数名
类型
描述
必填
Content-Type
string
application/json
必填

请求参数

参数名
类型
描述
必填
id
int
订单Id
必填

请求 / 示例

```language { "id":90 } ```

说明 / 示例

```language { "code": 1000, "msg": "操作成功", "data": { "id": 109, "logisticsStatus": null, "logisticNumber": null, "expressType": null, "orderCode": "3911650273655927", "userInfoId": 39, "productJson": { "storeImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeType": "normal", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/某宝/avatar/-test4-20211101120449078.jpg", "storeName": "某宝", "storeId": 1, "products": [ { "postage": 10, "productId": 35777, "totalPrice": 5555, "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "productSpecs": { "颜色分类": "白色", "尺码": "34" }, "taxes": 10, "discount": 0, "productCount": 100, "skuId": 1, "productName": "测试商品11", "productPrice": 55.55, "productService": "支持七天无理由退货" } ] }, "totalCount": 100, "storeDiscount": 0.0, "platformDiscount": 0.0, "couponDiscount": 0.0, "totalDiscount": 0.0, "orderPostage": 10.0, "orderTaxes": 10.0, "thanksFee": 0.0, "totalPrice": 5555.0, "actualPayment": 5575.0, "orderStatus": "超时未支付", "orderType": "普通订单", "createDate": "2022-04-18 17:20:56", "paymentDate": null, "deliveDate": null, "dealDate": null, "remark": "测试订单2", "consignee": "张三", "phone": "13546875156", "address": "xx省xx市xx区", "detailedAddress": "xxx路xxx街道", "whetherComment": false } } ```