Changes between Version 1 and Version 2 of app/refund


Ignore:
Timestamp:
01/25/2016 04:36:48 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app/refund

    v1 v2  
    11[[TOC]] 
    22 
    3 = 订单 = 
    4  
    5 == 提交订单 2.3.0有调整== 
    6  
    7 > 线上:/appIntf/order/createOrder.jsp 
     3= 赔付 = 
     4 
     5== 提交赔付申请 == 
     6 
     7> 线上:/appIntf/refund/createRefund.jsp 
    88 
    99**说明** 
    1010 
    11 > 根据商品outerId和用户id生成订单 
     11> 创建赔付 
    1212 
    1313**提交方式** 
     
    3030 
    3131||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    32 ||outerId||商品outerId||string||""||是|| 
    33 ||addrId||用户地址id||int||0||是|| 
    34 ||goodOffCode  2.3.0新增||折扣码||string||""||否|| 
     32||orderId||订单id||int||0||是|| 
     33||causeType||赔付原因||int||0||是|| 
     34||cause||赔付说明||string||""||是|| 
     35||proofs||凭证图片||string||""||是|| 
    3536||common_session_id(cookie参数)||-||string||""||是|| 
    3637 
     
    4041        status: 1, 
    4142        msg: '请求成功', 
    42         serviceDate: 111111111111111111 //系统时间毫秒数  2.3.0新增 
    4343        data: { 
    4444             orderId:  123456         //订单id 
    45              orderNo:  "1234567894123"//订单编号     2.3.0新增 
    46              pastDate: 111111111111111111111, //付款过期时间毫秒数   2.3.0新增 
     45             refundId:  123456        //赔付id 
    4746        } 
    4847}