简要描述:

  • 用户登录接口

请求域名:

  • http://xx.com

请求URL:

GET/route=plugin.aggregation-cps.api.pay-order

参数:

参数名 类型 是否必须 说明
order_no string ture 订单编号
status string ture success成功fail失败

返回示例:

正确时返回:

  {

  }

错误时返回:

  {
  }

参数说明:

参数名 类型 约束 说明
goods_id integer false none 商品id
sku_id integer false none sku的id
goods_name string false none 商品名称
goods_cover string false none 商品的logo
sale_price number false none 售价
count integer false none 数量
created_at string false none 创建时间
updated_at string false none 更新时间
sku_type integer false none sku的类型:1直充2卡券
order_price number false none 订单金额
order_no string false none 订单号
out_trade_no string false none 外部订单号
instruction string false none 产品说明
use_notice string false none 使用说明
params string false none 自定义参数,透传
straight_params object false none 直充参数
recharge_number string true none none
status integer false none 状态:0默认状态-1失败2成功3处理中,如果一直是状态3请联系客服
coupon_info object false none 券信息
coupons [object] true none none
goods_type string false none 卡券类型:LINK 链接,PICTURE 图片,NUMBER_PASSWORD 卡号和密码,PASSWORD 密码
goods_link string false none 链接值,goods_type为LINK或PICTURE时有值
goods_number string false none 卡号,goods_type为NUMBER_PASSWORD时有值
goods_password string false none 卡密,goods_type为NUMBER_PASSWORD或PASSWORD时有值
effective_time string false none 过期时间

备注:

  • 更多返回错误代码请看首页的错误代码描述