Changes between Version 22 and Version 23 of pcauto_4.0.0/interface


Ignore:
Timestamp:
09/30/2013 02:24:34 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v22 v23  
    191191 
    192192}}} 
     193 
     194=== 2.7 [=#point207 新消息]=== 
     195{{{ 
     196    url: 
     197       汽车网:待定 
     198    作用:获取个人中心的新消息的数量(系统消息和短消息) 
     199    使用范围:汽车网app 
     200 
     201    HTTP请求方式:get                          
     202    是否需要登录:是                           
     203    请求参数: 
     204             common_session_id:用户登陆后获得的认证id 
     205    返回参数: 
     206    { 
     207 
     208    "systemNoticeCount": 0, //系统消息数 
     209    "messageCount": 0, // 短消息数 
     210    "fansCount": 0 //新粉丝数 
     211} 
     212 
     213}}}