Changes between Version 47 and Version 48 of app2.0/03_personal


Ignore:
Timestamp:
04/20/2016 12:02:00 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/03_personal

    v47 v48  
    533533{{{#!java 
    534534result { 
    535         status:1,  
    536     msg '请求成功', 
    537         data: { 
    538             $moneyLog 
    539         } 
     535        status: 1,  
     536        msg ': 请求成功', 
     537        total: 100,   //总个数 
     538        data: [ 
     539            $moneyLog, 
     540            ... 
     541        ] 
    540542} 
    541543}}}