Changes between Version 29 and Version 30 of app2.0/03_personal


Ignore:
Timestamp:
03/10/2016 03:32:59 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/03_personal

    v29 v30  
    466466    msg: '请求成功', 
    467467    data: { 
    468         newTopicCount":100   // 新收到的爆料数量 
    469         newCommentCount: 1   // 新收到的评论数量 
     468        newTopicCount":100       // 新收到的爆料数量 
     469        newCommentCount: 1       // 新收到的评论数量 
    470470        newSystemNoticeCount: 1  // 新收到的系统消息数量 
    471     } 
    472 } 
    473 }}} 
    474  
    475 ---------- 
     471        transferNoticeCount: 1   // 新收到的物流消息数量 
     472        tradeNoticeCount: 1      // 新收到的交易消息数量 
     473    } 
     474} 
     475}}} 
     476 
     477----------