简要描述:

兑换码详情--获取商品列表(兑换码类型为1即商品时才调用该接口)

请求域名:

  • http://xx.com

请求URL:

plugin.exchange-code.api.create

请求参数说明:

参数名 是否必须 类型 说明
exchange_code_id int 兑换码日志id (从兑换码使用--获取兑换码日志接口获取)
dispatch_type_id int 配送方式
goods json 订单商品数组
address json 地址信息
invoice_type int 发票类型(0:电子发票,1:纸质发票)
rise_type int 发票抬头(0:单位,1:个人)
call string 称呼
ncompany_numberote string 单位识别号
goods 是否必须 类型 说明
goods_id int 商品id
goods_option_id int 规格id
total int 购买数量

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "order_ids": "201"
    }
}

返回参数说明:

参数名 类型 说明
order_ids int 订单id 之后走聚合支付接口 order.merge-pay