Changes between Version 92 and Version 93 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
05/10/2013 11:28:18 AM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v92 v93  
    3434=== 2.1 [=#point201 新消息]=== 
    3535{{{ 
    36     作用:获取个人中心的新消息的数量 
    37     使用范围:电脑网app:命名前缀pconline、汽车网app:命名前缀pcauto 
     36    url: 
     37       汽车网:http://mrobot.pcauto.com.cn/v3/bbs/getNewMsgCount 
     38       电脑网:待定 
     39    作用:获取个人中心的新消息的数量(系统消息和短消息) 
     40    使用范围:电脑网app、汽车网app 
    3841 
    3942    HTTP请求方式:get                          
    40     是否需要登录:否                           
    41     请求参数:none 
    42     返回参数: 
    43     { "newMsgCount": 2000 } 
    44     newMsgCount:新消息的数量,当该数值超过五位数时,只返回99999。新消息是指个人中心的消息。 
     43    是否需要登录:是                           
     44    请求参数: 
     45    返回参数: 
     46    common_session_id:用户登陆后获得的认证id 
     47    { 
     48 
     49    "systemNoticeCount": 0, //系统消息数 
     50    "messageCount": 0, // 短消息数 
     51    "fansCount": 0 //新粉丝数 
     52} 
    4553 
    4654}}}