Changes between Version 17 and Version 18 of app/refund


Ignore:
Timestamp:
01/28/2016 11:09:39 AM (10 years ago)
Author:
zhanzhenchao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app/refund

    v17 v18  
    180180---------------------- 
    181181 
    182  
     182== 取消赔付申请 == 
     183 
     184> 线上:/appIntf/refund/refundList.jsp 
     185 
     186**说明** 
     187 
     188> 取消赔付申请 
     189 
     190**提交方式** 
     191 
     192> post 
     193 
     194**是否需要登录** 
     195 
     196> true 
     197 
     198**缓存方式** 
     199 
     200> 无 
     201 
     202**缓存时间** 
     203 
     204> 无 
     205 
     206**参数** 
     207 
     208||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     209||orderId||订单id||int||0||否|| 
     210||refundId||赔付申请id||int||0||是|| 
     211||common_session_id(cookie参数)||-||string||""||是|| 
     212 
     213**返回** 
     214{{{#!java 
     215result { 
     216        status: 1, 
     217        msg: '请求成功' 
     218} 
     219}}} 
     220**返回状态** 
     221 
     222||1||请求成功||请求成功|| 
     223||-1||请求失败||后台数据操作错误|| 
     224||-2||未登录||未登录|| 
     225||-3||非法请求!||非post请求|| 
     226||-4||验证出错!||签名验证未通过|| 
     227 
     228------------------- 
    183229 
    184230