Changes between Version 27 and Version 28 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/29/2014 05:51:08 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v27 v28  
    167167}}} 
    168168 
    169 === 2.3 [=#point203 获取评论接口]=== 
    170 {{{ 
    171 备注:获取文章评论 
     169=== 2.3 [=#point203 获取图片评论接口]=== 
     170{{{ 
     171备注:获取图片评论接口 
    172172 请求URL:http://mrobot.pcauto.com.cn/v3/cmt/new_topics/13118127?articleId=4147040&reverse=0&pageNo=1&pageSize=20 
    173173 HTTP请求方式:get 
     
    227227}}} 
    228228 
    229 === 2.3.1 [=#point2031 回复文章评论]=== 
    230 {{{ 
    231 备注:回复文章评论 
     229=== 2.3.1 [=#point2031 获取文章最新评论楼层数]=== 
     230{{{ 
     231 备注:获取图集最新评论楼层数,图集的原url构成方法:http://beauty.pcauto.com.cn/photolist/${id}.html   id为new_topics接口取得的id 
     232 请求URL:http://mrobot.pcauto.com.cn/v3/cmt/get_newest_floor?url=http://beauty.pcauto.com.cn/photolist/${id}.html 
     233 HTTP请求方式:get 
     234 是否需要登录:否 
     235 返回格式:json 
     236 缓存方式:无 
     237 缓存时间:无 
     238 请求参数: 
     239        url:图集url     
     240 请求后端URL: 
     241        http://cmt.pcauto.com.cn/action/topic/get_data.jsp?url=http://beauty.pcauto.com.cn/photolist/${id}.html 
     242 请求后端参数: 
     243        url:图集url 
     244}}} 
     245 
     246=== 2.3.2 [=#point2032 回复评论]=== 
     247{{{ 
     248备注:回复评论 
    232249 请求URL:http://cmt.pcauto.com.cn/action/comment/create_utf8.jsp 
    233250 HTTP请求方式:post