简要描述:

  • 微信支付-聚合支付 按钮

说明:

接口
63 plugin.store-aggregate-pay.frontend.aggregate-pay.wechat

请求接口:

GET/&route=plugin.store-aggregate-pay.frontend.aggregate-pay.wechat

参数:

参数名 是否必须 类型 说明
order_pay_id int 支付记录id

返回示例:

{
    result: 1, 
    msg: "成功", 
    data: {
		config: {
			appId: '',
			timeStamp: '',
			nonceStr: '',
			signType: '',
			package: '',
			paySign: '',
    	},
		redirect: '',
	}
}

错误时返回:

{
  result:0
  msg:"失败"
  data: {}
}

返回微信原生JS支付参数说明:

参数名 类型 说明

备注:

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