请求方式 | 版本信息 | 请求地址 |
---|---|---|
POST | V2 | https://openapi.qmai.cn/api/v2 |
参数 | 参数类型 | 是否必填 | 默认值 | 描述 |
---|---|---|---|---|
OpenId | string | 是 | 密钥Id | |
GrantCode | string | 是 | 授权code | |
Token | string | 是 | 签名,参考《数字签名sign》 | |
Timestamp | string | 是 | 当前时间戳 | |
Nonce | string | 是 | 随机正整数 | |
Action | string | 是 | plus.order.order-detail | 接口方法 |
Params | array | 是 | 业务参数 |
参数 | 参数类型 | 是否必填 | 默认值 | 描述 |
---|---|---|---|---|
orderNo | string | 是 | 订单号 |
参数 | 参数类型 | 描述 |
---|---|---|
status | bool | 成功或者失败标志 |
code | int | 成功或者失败代码 |
message | string | 说明 |
data | array | |
├id | string | 订单号 |
├store_id | string | 店铺ID |
├order_no | string | 订单号 |
├shop_id | string | 门店ID |
├store_order_no | string | 聚餐号 |
├order_type | int | 主订单类型(1商品2扫码3储值) |
├dispatch_type | int | 子订单类型 |
├user_id | string | 用户id |
├contact_mobile | string | 联系方式 |
├status | int | 状态(2支付的5完成的6关闭的) |
├pay_status | int | 支付状态(0等待支付1已支付) |
├refund_status | int | 退款状态 (1等待商家退款2退款成功3退款关闭4商家拒绝)) |
├seller_receive_status | int | 接单状态 |
├send_status | int | 发货状态(0待发货1配送中2已收货) |
├isImmediatePerformance | int | 是否立即履约 |
├is_payafter_eat | int | 支付模式 |
├payment_id | int | 支付方式(1微信支付2阿里支付3余额支付4现金支付13云闪付) |
├created_at | string | 下单时间 |
├payInfoMap | array | |
├send_type | int | 发货类型(1自配送2快递3三方配送) |
├pay_channel | string | 支付通道 |
├is_package | int | 是否打包 |
├use_wallet | int | 是否使用余额 |
├refund_amount | string | 已经退款金额 |
├refund_num | string | 退款次数 |
├tableware_fee | string | 餐具费 |
├wallet_amount | string | 余额 |
├not_use_discount_amount | string | 不参与优惠的金额 |
├can_use_balance | int | 限时折扣是否能使用余额 |
├total_amount | string | 订单金额 |
├itemAmount | string | 商品金额 |
├minus_amount | string | 订单优惠总金额 |
├freight | string | 运费 |
├amount | string | 第三方支付金额 |
├pay_at | string | 支付时间 |
├completed_at | string | 完成时间 |
├extraMap | array | |
├pick_at | string | 核销时间 |
├user_pick_time | string | 自提时间 |
├channel_trade_no | string | 渠道号 |
├orderMember | string | 餐具费信息 |
├orderTable | string | 桌码信息 |
├address | string | 收获地址 |
├orderPayInfos | string | 支付信息 |
├orderUser | string | 多用户 |
├orderShop | string | 门店信息 |
├refusal_reasons | string | 拒单理由 |
├package_fee | string | 包装费 |
├seller_receive_at | string | 接单时间 |
├pay_no | string | 单号 |
├third_pay_no | string | 第三方单号 |
├user_remarks | string | 卖家备注 |
├seller_remarks | string | 卖家备注 |
├items | array | |
├0 | array | |
├orderNo | string | 订单号 |
├sellerId | string | 店铺id |
├userId | string | 用户id |
├goodsId | string | 商品id |
├itemName | string | 商品名称 |
├itemImage | string | 商品图片 |
├itemSpec | string | 规格 |
├itemPrice | string | 商品单价 |
├num | int | 数量 |
├discountAmount | string | 优惠金额 |
├extraMap | string | 额外信息 |
├isGift | int | 是否是赠品商品 |
├activityInfoMap | string | 活动信息 |
├refunds | array | |
├0 | array | |
├sellerId | string | 商家id |
├storeId | string | 门店id |
├refundNo | string | 退款单号 |
├orderNo | string | 订单号 |
├totalAmount | string | 退款总金额 |
├amount | string | 第三方支付的退款金额 |
├walletAmount | string | 余额支付的退款金额 |
├applyAt | string | 申请时间 |
├orderStatus | string | 订单状态 |
├refundStatus | string | 退款状态 |
├applyReason | string | 申请退款原因 |
├extraMap | string | 额外信息 |
├refundType | int | 退款类型 |
├discount | string | 优惠列表 |
{ "OpenId": "6dc05b4ac175cf316d226252b05cf685", "GrantCode": "782c281f62", "Timestamp": "1547186244", "Nonce": "658965", "Token": "0%2B%2B3c6hthjwAml4ABAXOYF4Q6UY%3D", "Action": "plus.order.order-detail", "Params": { "orderNo": "T5EFA9D056B1333187" } }
{ "status": "true", "code": "0", "message": "说明", "data": { "id": "T5EFA9D056B1333187", "store_id": "1001155", "order_no": "T5EFA9D056B1333187", "shop_id": "257", "store_order_no": "", "order_type": "1", "dispatch_type": "1", "user_id": "484663506233163777", "contact_mobile": "158****1234", "status": "6", "pay_status": "0", "refund_status": "0", "seller_receive_status": "0", "send_status": "0", "isImmediatePerformance": "0", "is_payafter_eat": "0", "payment_id": "1", "created_at": "2020-06-30 10:01:41", "payInfoMap": { "send_type": "", "pay_channel": "", "is_package": "", "use_wallet": "", "refund_amount": "", "refund_num": "", "tableware_fee": "", "wallet_amount": "", "not_use_discount_amount": "", "can_use_balance": "" }, "total_amount": "600", "itemAmount": "600", "minus_amount": "0", "freight": "0", "amount": "600", "pay_at": "", "completed_at": "", "extraMap": { "pick_at": "", "user_pick_time": "", "channel_trade_no": "", "orderMember": "", "orderTable": "", "address": "", "orderPayInfos": "", "orderUser": "", "orderShop": "" }, "refusal_reasons": "", "package_fee": "", "seller_receive_at": "", "pay_no": "", "third_pay_no": "", "user_remarks": "", "seller_remarks": "", "items": [ { "orderNo": "", "sellerId": "", "userId": "", "goodsId": "", "itemName": "", "itemImage": "", "itemSpec": "", "itemPrice": "", "num": "", "discountAmount": "", "extraMap": "", "isGift": "" } ], "activityInfoMap": "", "refunds": [ { "sellerId": "", "storeId": "", "refundNo": "", "orderNo": "", "totalAmount": "", "amount": "", "walletAmount": "", "applyAt": "", "orderStatus": "", "refundStatus": "", "applyReason": "", "extraMap": "", "refundType": "" } ], "discount": "" } }
{ "status": true, "code": "异常编码,根据不同的业务返回编码", "message": "异常说明:查询的信息不存在" }
{ "status": false, "code": "系统错误编码:详见全局返回编码", "message": "系统错误说明" }
免费升级
营销功能、插件持续每月更新开发升级
免费专业培训
每月建站、微信营销、电商等互联网增值培训
7×24小时服务支持
400电话、QQ、微信、在线等多渠道售后支持
安徽智迈科技股份有限公司 版权所有 Copyright 2009-2018 皖公网安备 34019202000074号 增值电信业务经营许可证:皖B2-20170075