Changes between Version 6 and Version 7 of app2.0/03_personal


Ignore:
Timestamp:
02/11/2015 04:50:33 PM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/03_personal

    v6 v7  
    224224 
    225225* common_session_id 
    226 * blTime 
    227 * plTime 
     226* blTime  最近一次访问爆料的时间 
     227* plTime  最近一次访问评论的时间 
     228* tryTime  最近一次访问试用的时间 
    228229 
    229230**返回** 
     
    234235    msg: '请求成功', 
    235236    data: { 
    236         "blCount":100   爆料数量 
    237         "plCount":100   评论数量 
    238         "newCommentCount":1   新收到的评论数量 
    239         "newSystemNoticeCount":1  新收到的系统消息数量 
     237        "blCount":100   // 爆料数量 
     238        "plCount":100   // 评论数量 
     239        trialCount: 20  // 试用数 
     240        "newCommentCount":1   // 新收到的评论数量 
     241        "newSystemNoticeCount":1  // 新收到的系统消息数量 
     242        newTrialCount: 2  // 新审核通过的试用数量 
    240243    } 
    241244}