| Version 13 (modified by wuyuanbo, 10 years ago) (diff) |
|---|
支付
支付成功
线上:/appIntf/pay/successFeedback.jsp
说明
用户支付成功页面
提交方式
post
是否需要登录
true
缓存方式
无
缓存时间
无
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| orderId | 商品id | string | "" | 是 |
| common_session_id(cookie参数) | - | string | "" | 是 |
返回
打开页面
支付失败
线上:/appIntf/pay/failFeedback.jsp
说明
用户支付失败页面
提交方式
post
是否需要登录
true
缓存方式
无
缓存时间
无
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| orderId | 商品id | string | "" | 是 |
| common_session_id(cookie参数) | - | string | "" | 是 |
返回
打开页面
用户订单支付数据
线上:/appIntf/pay/payInfoByOrder.jsp
说明
返回订单的支付数据
提交方式
post
是否需要登录
true
缓存方式
无
缓存时间
无
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| orderId | 订单id | int | 0 | 是 |
| common_session_id(cookie参数) | - | string | "" | 是 |
返回
result {
status: 1,
msg: '请求成功',
data: {
orderId: 123456, //订单id
orderNo: "20151111123321", //订单id
amountPrice: 100000.00 //订单总价
payCallbackUrl: "xxx.xxx..." //支付宝回调url
}
}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)