简要描述:

  • PC扫码支付状态查询

请求URL:

GET:route=payment.pc-scan.index

参数:

参数名 是否必须 类型 说明
order_ids true string 订单id字符串,多个用逗号分割

返回示例:

{
	"result": 1,
	"msg": "pay",
	"data": {
		"pay_status": 1,
		"redirect": ""
	}
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
pay_status int 0未支付、1已支付
redirect string 商城设置支付成功跳转地址

备注:

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