XP工作台获取自取订单详情
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| orderId | String | 必须 | 2022918831918282912 | 自取订单id | |
| foreignId | String | 必须 | L1i29fooe194ad | 商家会员id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Result | 接口返回结果 | |
|
|||
| msgCode | Number | 200 | 返回错误码,和http status保持概念相同 |
| errorSubCode | String | order-service-error | 错误子码 |
| errorSubMessage | String | 订单服务异常 | 具体错误描述 |
{"foreignId":"L1i29fooe194ad","orderId":"2022918831918282912"}
{
"result":{
"orderInfo":{
"orderId":"20223939182819283912",
"diningType":"TAKEAWAY",
"systemOrderId":"123567",
"systemSerialId":"2022393918",
"thirdOrderId":"2029834",
"thirdSerialId":"20",
"customerRemark":"备注一下",
"merchantRemark":"商家备注",
"platformType":"tims平台",
"isPlatform":"是",
"pickupId":"12",
"warningMessage":"订单异常",
"totalRefundAmount":"1000",
"totalPackageAmount":"1000",
"totalOfflineAmount":"1000",
"totalDeliveryAmount":"1000",
"storeNo":"10021",
"refundAmount":"1000",
"canInvoiceAmount":"1000",
"orderType":"2",
"orderStatus":"1",
"price":3000,
"realPrice":2000,
"discountPrice":2500,
"merchPrice":1500,
"payId":"20223939381839193",
"payDetail":"{'a': 1, 'b': 2}",
"payChannel":"ALIPAY",
"discountItemList":[
{
"itemName":"满5-1",
"itemPrice":1000
}
],
"orderChannel":"ALIPAY-MINIAPP",
"isBookingOrder":false,
"cancelStatus":false,
"cancelSide":"CUSTOMER",
"nickname":"张三",
"cancelReason":"不想要了",
"expectMakingTime":"2021-02-11 12:00:11",
"customerPickTime":"2021-02-11 12:05:11",
"expectFinishTime":"2021-02-11 12:01:11",
"orderScore":12,
"timeline":[
{
"statusTime":"2021-02-11 12:50:11",
"status":"1"
}
],
"memberPhone":"139xxxxxxxx",
"memberLevel":"大咖",
"orderCreateDate":"2021-12-31 14:00:00",
"orderModelType":"1"
},
"storeInfo":{
"storeId":"2039932",
"storeType":"Level-1",
"storeName":"阿里巴巴A区店",
"storePhone":"0571-8xxxxxxxx",
"storeManPhone":"133xxxxxxxx"
},
"merchInfoList":[
{
"merchId":"84738813",
"merchName":"拿铁",
"merchPhoto":"https:\/\/xxx.com\/merch.png",
"merchSpecs":"大杯",
"merchPrice":2300,
"merchDiscountPrice":2100,
"merchCount":3,
"perCouponPrice":20,
"merchAttrList":[
{
"name":"加奶x2",
"price":100,
"extraData":"{'a': 1, 'b': 2}"
}
]
}
],
"comboInfoList":[
{
"comboId":"394819",
"comboPrice":5000,
"comboDiscountPrice":3000,
"merchInfoList":[
{
"merchId":"9184919922",
"merchName":"拿铁",
"merchPhoto":"https:\/\/xxx.com\/merch.png",
"merchSpecs":"大杯",
"merchPrice":2300,
"merchDiscountPrice":2100,
"merchCount":3,
"perCouponPrice":20,
"merchAttrList":[
{
"name":"加奶x2",
"price":100,
"extraData":"{'a': 1, 'b': 2}"
}
]
}
]
}
],
"invoiceInfo":{
"isInvoice":true,
"invoiceTime":"2021-02-22 12:45:11",
"invoiceType":"ONLINE",
"invoiceStatus":"VAILD",
"invoicePrice":4000,
"invoiceLink":"https:\/\/xxx.com\/invoice.png"
},
"couponList":[
{
"paymentOtherCode":"3001177900009396268",
"paymentCategoryName":"代金券",
"paymentDesc":"Tims咖啡20元代金券"
}
]
},
"msgCode":200,
"errorSubCode":"order-service-error",
"errorSubMessage":"订单服务异常"
}
{"errorSubCode":"sign-check-failure","errorSubMessage":"Illegal request","msgCode":"不等于200"}
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| isp.http-read-timeout |