-
Notifications
You must be signed in to change notification settings - Fork 0
门户_支付接口
heylinlook edited this page May 14, 2018
·
1 revision
/order/pay.do
http://localhost:8080/order/pay.do?orderNo=1485158676346
request
orderNo
response
success
{
"status": 0,
"data": {
"orderNo": "1485158676346",
"qrPath": "http://img.happymmall.com/qr-1492329044075.png"
}
}
fail
{
"status": 1,
"msg": "该用户并没有该订单,查询无效"
}
/order/alipay_callback.do
request
HttpServletRequest
response
success
success
fail
failed