Changes between Version 70 and Version 71 of app2.0/01_topic


Ignore:
Timestamp:
03/19/2015 09:38:52 AM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/01_topic

    v70 v71  
    390390} 
    391391}}} 
     392 
     393---------- 
     394 
     395== 获取首页最新试用 == 
     396 
     397> 线上:[http://best.pconline.com.cn/app/topic/getTopicLikeAndDislikeCount.do?topicId=120286 /app/topic/getTopicLikeAndDislikeCount.do] 
     398 
     399**说明** 
     400 
     401> 获取爆料赞和踩的数量 
     402 
     403> 使用场景:一般用于终端页显示爆料的赞和踩的数量 
     404 
     405**提交方式** 
     406 
     407> GET 
     408 
     409**是否需要登录** 
     410 
     411> false 
     412 
     413**缓存方式** 
     414 
     415> 无 
     416 
     417**缓存时间** 
     418 
     419> - 
     420 
     421**参数** 
     422 
     423||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     424||limit||限制条数||int||0||是|| 
     425 
     426**返回** 
     427 
     428{{{#!java 
     429result { 
     430        status: 1 
     431        msg: '请求成功', 
     432        data:{ 
     433            $topic           
     434        } 
     435} 
     436}}} 
     437 
     438[http://trac.pc.com.cn/pc_best/wiki/app2.0/object_properties#爆料 $topic]