Skip to content

获取核销详情

请求路径

  • 请求方式:POST
  • 请求头:Content-Type:application/x-www-form-urlencoded
  • 接口地址:/Third/VerifyTool/getVerifyInfo
  • 频率限制:10秒100次

请求参数

参数必选类型描述
verify_nonumber核销码

响应参数

参数必选类型描述
codeinteger状态码:200-成功,400-失败
msgstring提示信息
dataobject消息内容

data 参数结构

参数必选类型描述
orderarray订单详情
pickup_infoarray到店提详情
goodsarray商品列表
roomarray直播间详情
verify_nostring核销码

order 参数结构

参数必选类型描述
order_idinteger订单 ID
order_snstring订单编号
mch_idstring商户号
payment_nostring支付流水号
payment_moneystring实付金额(元,字符串)
payment_timestring支付时间(YYYY-MM-DD HH:mm:ss)
create_timestring下单时间(YYYY-MM-DD HH:mm:ss)
order_typestring订单类型(normal:普通订单 groupon:拼团订单 bargain:砍价订单 points:积分订单 reward:观看奖励 membership:会员卡订单 welfare:福利购订单)
order_tipsstring订单备注
shipping_namestring收货人姓名
shipping_mobilestring收货人手机号
addrstring收货地址(JSON 字符串)
buyer_namestring购买人昵称
uidinteger商户 UID
app_idinteger直播间 ID(0 表示无)
goods_typestring订单商品类型(goods:实体商品,virtual:虚拟商品)
coupon_discount_moneystring优惠券优惠金额(元)
complete_timeinteger完成时间(时间戳)
deliver_timeinteger发货时间(时间戳)
groupon_header_wechat_user_space_idinteger拼团团长 ID
wechat_user_space_idinteger下单用户 ID
push_app_nickstring直播间/店铺昵称
groupon_idinteger拼团 ID
pickup_addrarray自提地址
delivery_methodinteger配送方式(1 快递 / 2 自提 等)
refund_moneystring退款总金额(元)
goods_mall_infostring门店信息(针对当时下单的门店信息)json字符串
mall_infoobject商城信息解析结果
groupon_headerinteger是否团长(1 是 / 2 否)
groupon_header_infoarray团长信息
groupon_people_numberstring拼团人数
is_to_store_discountinteger是否到店付(1 是 / 2 否)
to_store_final_moneystring到店需付尾款(元)
to_store_deposit_moneystring已付定金(元)
coupon_namestring优惠券名称(可能为空)
couponGoodsPricenumber付费券商品价格

pickup_info 参数结构

参数必选类型描述
idinteger提货码记录 ID
order_idinteger订单 ID
statusinteger取货码状态:1 已取货 2 未取货 3 已失效
codestring提货码
wechat_master_idinteger主账号 ID
wechat_user_space_idinteger微信用户空间 ID
verify_timestring核销时间

goods 参数结构

参数必选类型描述
idinteger订单商品明细ID
order_idinteger订单 ID
goods_idinteger商品 ID
goods_cntinteger购买数量
goods_pricestring商品单价(元)
goods_namestring商品名称
goods_picstring商品图片 URL
goods_unitstring商品单位
goods_coupon_idinteger关联优惠券 ID(0 表示无)
goods_attributestring/null商品规格属性
statusinteger明细状态
is_to_store_discountinteger是否到店付(1 是 / 2 否)
to_store_discount_contentstring到店付配置(JSON 字符串或 "null")
payment_moneystring实付金额(元)
final_moneystring尾款金额(元)
enable_numinteger可核销数量
verify_codearray核销码列表

room 参数结构

参数必选类型描述
push_app_nickstring直播间/店铺昵称
app_coverstring封面图片 URL

响应示例

json
{
  "code": 200,
  "msg": "",
  "data": {
    "order": {
      "order_id": 10305424,
      "order_sn": "251015150141918826920000",
      "mch_id": "169900000000",
      "payment_no": "4200002849202510159920500000",
      "payment_money": "0.01",
      "payment_time": "2025-10-15 15:06:48",
      "create_time": "2025-10-15 15:06:42",
      "order_type": "normal",
      "order_tips": "",
      "shipping_name": "下单人",
      "shipping_mobile": "17629350000",
      "addr": "{\"id\":2530523,\"unionid\":\"o8-ysv9Htg44JBBdGIPtxWPqXnsg\",\"mobile\":\"17629358105\",\"shipping_user\":\"\\u54c8\\u54c8\\u54c8\",\"country_code\":\"86\",\"is_modify\":false,\"for_goods\":2,\"address_id\":2530523}",
      "buyer_name": "购买人",
      "uid": 45808,
      "app_id": 0,
      "goods_type": "virtual",
      "coupon_discount_money": "0.00",
      "complete_time": 0,
      "deliver_time": 0,
      "groupon_header_wechat_user_space_id": null,
      "wechat_user_space_id": 1000000,
      "push_app_nick": null,
      "groupon_id": null,
      "pickup_addr": null,
      "delivery_method": 1,
      "refund_money": "0.00",
      "goods_mall_info": "",
      "mall_info": {},
      "groupon_header": 2,
      "groupon_header_info": [],
      "groupon_people_number": "",
      "is_to_store_discount": 2,
      "to_store_final_money": "0.00",
      "to_store_deposit_money": "0.01",
      "coupon_name": "",
      "couponGoodsPrice": 0
    },
    "pickup_info": {
      "id": 77620,
      "order_id": 10000000,
      "status": 2,
      "code": "074265958855",
      "wechat_master_id": 0,
      "wechat_user_space_id": 0,
      "verify_time": ""
    },
    "goods": [
      {
        "id": 10439591,
        "order_id": 10305424,
        "goods_id": 1141929,
        "goods_cnt": 1,
        "goods_price": "0.01",
        "goods_name": "商品名称",
        "goods_pic": "https://ali-oss.nuoyun.tv/Uploads/ConsoleWechat/45808/portalFurnish/2025091000009541062434.png?x-oss-process=style/goods_reduce",
        "goods_unit": "件",
        "goods_coupon_id": 0,
        "goods_attribute": null,
        "status": 1,
        "is_to_store_discount": 2,
        "to_store_discount_content": "null",
        "payment_money": "0.01",
        "final_money": "0.00",
        "enable_num": 1,
        "verify_code": [
          {
            "verify_no": "975710430000"
          }
        ]
      }
    ],
    "room": {
      "push_app_nick": "直播间名称",
      "app_cover": "https://ali-oss.nuoyun.tv/Wechat/MallManage/MallStore/StoreSet/default.png"
    },
    "exist_refund_apply": [],
    "exist_refund_hand": false,
    "verify_no": "975710439591"
  }
}

状态码说明

状态码描述
200成功
400失败
其他状态码核销验证为通过