Changes between Initial Version and Version 1 of app_01_3_like


Ignore:
Timestamp:
12/08/2015 12:12:27 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app_01_3_like

    v1 v1  
     1[[TOC]] 
     2 
     3= 爆料 = 
     4 
     5== 获取你肯能还喜欢的爆料 == 
     6 
     7> 线上:[http://best.pconline.com.cn/app/topic/cache/getLikeTopicList.do?pageNo=1&pageSize=10&isHot=1&isSpecial=1 /app/topic/cache/getLikeTopicList.do] 
     8 
     9**说明** 
     10 
     11**提交方式** 
     12 
     13> GET 
     14 
     15**是否需要登录** 
     16 
     17> false 
     18 
     19**缓存方式** 
     20 
     21> 接口缓存 
     22 
     23**缓存时间** 
     24 
     25> 300秒 
     26 
     27**参数** 
     28 
     29||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     30||total||返回数据数量||int||8||是|| 
     31||topicId||爆料id||int||0||否|| 
     32**返回** 
     33 
     34{{{#!java 
     35result { 
     36        total:20, 
     37        msg: '请求成功', 
     38        data:[$topic] 
     39} 
     40}}} 
     41 
     42[http://trac.pc.com.cn/pc_best/wiki/app2.0/object_properties#爆料 $topic]