Changes between Version 10 and Version 11 of app2.2.0/pay


Ignore:
Timestamp:
11/03/2015 12:25:21 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/pay

    v10 v11  
    33= 支付 = 
    44 
    5 == 支付反馈 == 
     5== 支付成功 == 
    66 
    7 > 线上:/appIntf/pay/feedback.jsp 
     7> 线上:/appIntf/pay/successFeedback.jsp 
    88 
    99**说明** 
    1010 
    11 > 提示用户支付成功或失败的页面 
     11> 用户支付成功页面 
    1212 
    1313**提交方式** 
     
    3131||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    3232||orderId||商品id||string||""||是|| 
    33 ||success||支付是否成功 0失败, 1成功||string||""||是|| 
     33||common_session_id(cookie参数)||-||string||""||是|| 
     34 
     35**返回** 
     36{{{#!java 
     37打开页面 
     38}}} 
     39 
     40 
     41 
     42 
     43== 支付反馈 == 
     44 
     45> 线上:/appIntf/pay/failFeedback.jsp 
     46 
     47**说明** 
     48 
     49> 用户支付失败页面 
     50 
     51**提交方式** 
     52 
     53> post 
     54 
     55**是否需要登录** 
     56 
     57> true 
     58 
     59**缓存方式** 
     60 
     61> 无 
     62 
     63**缓存时间** 
     64 
     65> 无 
     66 
     67**参数** 
     68 
     69||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     70||orderId||商品id||string||""||是|| 
    3471||common_session_id(cookie参数)||-||string||""||是|| 
    3572