Changes between Version 15 and Version 16 of app2.2.0/refund


Ignore:
Timestamp:
11/10/2015 11:28:42 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/refund

    v15 v16  
    3939        status: 1, 
    4040        msg: '请求成功', 
    41         data: [ 
    42                 { 
    43                    accountName: "tom",                   //用户账号名称 
    44                    title: "赔付申请通过审核",            //处理结果标题 
     41        data: { 
     42                   accountName: "tom",                  //用户账号名称 
     43                   serviceName: "xiaoming",             //客服账号 
     44                   title: "通过审核",                   //处理结果 
    4545                   result: "您的赔付申请已通过......"    //结果说明 
     46                   date: 11111111111111111             //处理时间 
    4647                } 
    47              ] 
     48              
    4849} 
    4950}}}