Changes between Version 17 and Version 18 of pcauto_pconline_3.4.0/comment_intf


Ignore:
Timestamp:
01/09/2013 02:18:22 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.4.0/comment_intf

    v17 v18  
    118118{{{与网站同步}}} 
    119119 
    120 === 1.4 http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id] === 
     120=== 1.4 http://mrobot.pconline.com.cn/v3/cmt/topics/get_newest_floor?url=${文章url} === 
    121121 
    122122== 评论新接口,返回最新楼数 == 
    123 {{{todo}}} 
     123{{{ 
     124返回数据: 
     125{ 
     126    "total":49, 
     127    "newest_floor":"1", 
     128    "id":12975470, 
     129    "turl":"http://mobile.pconline.com.cn/guide/1207/2847405.html", 
     130    "url43g":"http://cmt.pconline.com.cn/topic/3g/a0/r0/t12975470.html", 
     131    "url":"http://cmt.pconline.com.cn/topic/a0/r0/p1/ps30/t12975470.html" 
     132} 
     133 
     134 
     135参数说明: 
     136    url:文章的url 
     137最新楼数的接口可以通过以下两个接口拿到 
     138http://cmt.pconline.com.cn/action/topic/get_data.jsp?url=http://mobile.pconline.com.cn/guide/1207/2847405.html 
     139http://cmt.pconline.com.cn/intf/countcmt.jsp?tids=12975470 
     140 
     141}}}