支付结果通知
微信支付部分的第二个接口,用来判断是否支付成功
接口地址:/customer/paystatus
get方式
参数及格式如下:
sale_id:201812228406789,支付的订单号。
返回格式:
status为0,1,2,3分别对应支付‘处理中’,‘成功’,‘失败’,‘过期’。对应下面页面的内容
{
"code": 1,
"data": {
'status':1,
'type':1,//微信支付
'price':"12.01",
'tid':245
},
"msg": "success"
}Last updated
Was this helpful?