Changes between Version 67 and Version 68 of price_api


Ignore:
Timestamp:
03/18/2015 06:12:29 PM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v67 v68  
    200200---------- 
    201201 
    202 === 1.3 (h)获取用户某个时间之后的爆料数和评论数 ===  
    203 **mrobot接口**:(mrobot补充) 
    204 >  
    205  
    206 **接口名**: 
    207 > getNewsCount 
    208  
    209 **后端接口** 
    210  
    211 > [http://trac.pc.com.cn/pc_best/wiki/app2.0/03_personal#获取用户某个时间之后的爆料数和评论数 获取用户某个时间之后的爆料数和评论数] 
    212  
    213 **说明** 
    214  
    215 > 获取用户某个时间之后的爆料数,评论数和试用数 
    216  
    217 **提交方式** 
    218  
    219 > GET 
    220  
    221 **参数** 
    222  
    223 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    224 ||common_session_id(HTTP Header的Cookie中)||-||String||""||是|| 
    225 ||lastAccessTime||最近一次访问该接口的时间||long(时间戳 秒)||当前时间||是|| 
    226  
    227 **返回** 
    228  
    229 {{{#!java 
    230 { 
    231   status: 0, 
    232   msg: "请求成功", 
    233   data: { 
    234     newTopicCount: 100, 
    235     newCommentCount: 1, 
    236     newSystemNoticeCount: 1 
    237   } 
    238 } 
    239 }}} 
     202=== 1.3 (h)获取用户最新通知 ===  
     203[http://trac.pc.com.cn/iphone/wiki/price_api#a7.3h获取新的爆料数或者试用数 获取新的爆料数或者试用数][[BR]] 
     204[http://trac.pc.com.cn/iphone/wiki/price_api#a7.15l系统和评论通知数量 系统和评论通知数量] 
     205 
     206**说明** 
     207 
     208> 获取用户某个时间之后的新动态变化 
    240209 
    241210----------