Changes between Version 15 and Version 16 of pconline_3.7.0/interface


Ignore:
Timestamp:
01/21/2015 03:39:25 PM (11 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_3.7.0/interface

    v15 v16  
    539539=== 2.14 [=#point214 个人中心 - 最新消息数] === 
    540540{{{ 
    541  备注:最新消息数接口,增加新的私信消息数 
     541 备注:最新消息数接口,增加新的私信消息数(用原接口) 
    542542 请求URL:http://mrobot.pconline.com.cn/v3/itbbs/getNewMsgCount?accountId=31356890 
    543543 HTTP请求方式:get 
     
    548548 请求参数: 
    549549        accountId:用户ID 
     550 返回数据: 
     551{ 
     552    "articleCmtCount": 0, 
     553    "carReplyCount": 0, 
     554    "commentReplyCount": 0, 
     555    "fansCount": 0, 
     556    "forumReplyCount": 0, 
     557    "messageCount": 1,        //此字段就是当前用户的未读私信数 
     558    "sysMsgCount": 0, 
     559    "systemNoticeCount": 0 
     560} 
    550561}}} 
    551562