Changes between Version 9 and Version 10 of app2.2.0/refund


Ignore:
Timestamp:
11/02/2015 03:10:31 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/refund

    v9 v10  
    3939        status: 1, 
    4040        msg: '请求成功', 
    41         data: { 
    42            accountName: "tom",   //用户账号名称 
    43            title: "赔付成功",    //处理结果标题 
    44            result: "......, 请注意查收!"    //结果说明 
    45         } 
     41        data: [ 
     42                { 
     43                   accountName: "tom",   //用户账号名称 
     44                   title: "赔付成功",    //处理结果标题 
     45                   result: "......, 请注意查收!"    //结果说明 
     46                } 
     47             ] 
    4648} 
    4749}}}