Changes between Version 16 and Version 17 of pchouse_magazine_interface_3.4.0


Ignore:
Timestamp:
05/19/2016 04:46:19 PM (10 years ago)
Author:
hezhenwei1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pchouse_magazine_interface_3.4.0

    v16 v17  
    523523||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    524524||= status =||= 状态 =||= msg =||=信息=|| 
     525 
     526=== 1.8用户是否已经对贴子点赞 === 
     527mrobot地址:  /isSupportTopic.xsp [[BR]] 
     528论坛系统:/isSupportTopic.jsp  [[BR]] 
     529 
     530**说明** 
     531 
     532> 获取该贴子是否已被用户点赞[[BR]] 
     533 
     534**缓存时间** 
     535 
     536>0分钟 
     537 
     538**提交方式** 
     539 
     540> GET 
     541 
     542**是否登录** 
     543 
     544> 是 
     545 
     546**数据来源** 
     547 
     548>论坛后台 
     549 
     550**参数** 
     551 
     552||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 
     553||= topicId =||=帖子id =||= int =||= "" =||= 是 =||=   =|| 
     554 
     555**返回** 
     556 
     557{{{#!java 
     558{ 
     559  "status":0, 
     560  "msg":"请求成功", 
     561  "hasSupport":"0" 
     562 
     563} 
     564 
     565}}} 
     566**返回参数说明** 
     567||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
     568||= hasSupport =||= 0:未点赞,1:已点赞 =||==||==||