Changes between Version 19 and Version 20 of pconline_3.10.0/interface


Ignore:
Timestamp:
09/19/2014 03:24:33 PM (12 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_3.10.0/interface

    v19 v20  
    131131}}} 
    132132 
    133 === 2.4 [=#point205 图赏 - 图片列表] === 
     133=== 2.4 [=#point204 图赏 - 图片列表] === 
    134134 
    135135{{{ 
     
    162162}}} 
    163163 
    164 === 2.5 [=#point206 图赏 - 图赏评论] === 
     164=== 2.5 [=#point205 图赏 - 获取图赏评论列表] === 
    165165 
    166166{{{ 
     
    173173 缓存时间:无 
    174174 请求参数: 
    175         modelId:12348//图册ID 
     175        modelId:图册ID 
    176176        reverse:排序方式:0  倒序; 1 正序 
    177177        pageNo:页码 
     
    202202} 
    203203}}} 
     204 
     205=== 2.6 [=#point206 图赏 - 图册评论] === 
     206 
     207{{{ 
     208  备注:回复文章评论 
     209 请求URL:http://cmt.pcauto.com.cn/action/photo_topics/comment/create_utf8.jsp 
     210 请求方式:post  
     211 是否需要登录:匿名不需要,非匿名需要。 
     212 请求参数: 
     213   id:评论id 
     214   anonymous:是否匿名 
     215   modelId:图册ID 
     216   content:评论内容 
     217   title:文章标题 
     218   replyFloor2:回复的楼层,如果是发表评论则该参数可以不加 [[BR]] 
     219   common_session_id:会话id,如果是匿名则该参数可以不加 
     220 
     221返回参数: 
     222{ 
     223    "commentId": 评论id,      
     224    "floor": 楼层, 
     225    "showName": "广东省广州市网友", 
     226    "brief": 回复内容, 
     227    "status": 0, 
     228    "createTime": 创建时间, 
     229    "resultCode": 0, 
     230    "resultMsg": "您的评论已经成功发表。注:评论在审核后才能出现在列表中,谢谢!", 
     231    "userId": -1 
     232} 
     233}}}