Changes between Version 19 and Version 20 of app/refund


Ignore:
Timestamp:
01/29/2016 12:01:19 PM (10 years ago)
Author:
zhanzhenchao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app/refund

    v19 v20  
    127127**说明** 
    128128 
    129 > 修改赔付申请详情 
     129> 获取赔付详情 
    130130**提交方式** 
    131131 
     
    158158        msg: '请求成功', 
    159159        data: { 
    160               refundId:123456,              //赔付申请id 
    161               orderId:123456                //订单的id 
    162               refundNo: "1111111111"        //赔付编号 
    163               causeType: 1,                //退款类型 
    164               causeTypeDesc: "商品损坏"     //退款类型描述 
    165               status: 1,                    //状态 
    166               statusDesc: "待审核"          //状态描述 
    167               createAt: 11111111111111      //申请提交时间 
     160              refundId:123456,               //赔付申请id 
     161              orderId:123456,                //订单的id 
     162              refundNo: "1111111111",        //赔付编号 
     163              refund:{ 
     164                [ 
     165                  status: 1,                           //状态 
     166                  aduitcustomer: 'rico',               //处理人 
     167                  processingDate: ''                   //处理时间 
     168                  processingReason: ''                 //处理说明 
     169                  causeType: 1,                        //赔付原因 
     170                  causeTypeDesc: "商品损坏",            //赔付说明(退款说明) 
     171                  statusDesc: "待审核",                 //状态描述 
     172                  updateAt: 11111111111111,            //处理时间 
     173                  "proofs": "http://url,http://url",   //凭证照片 
     174                ] 
     175              } 
    168176        } 
    169177}