Changes between Version 4 and Version 5 of app2.2.0/pay


Ignore:
Timestamp:
10/26/2015 06:05:54 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/pay

    v4 v5  
    8080    status: 1, 
    8181    msg: '请求成功', 
    82     data: [ 
    83         { 
     82    data: { 
    8483           orderId: 123456,         //订单id 
    8584           orderNo: 20151111123321, //订单id 
    8685           amountPrice: 100000.00,  //订单总价 
    87         } 
    88     ] 
     86         } 
    8987} 
    9088}}}