Changes between Version 37 and Version 38 of pclady_news2.0.0_api


Ignore:
Timestamp:
12/24/2015 06:22:45 PM (10 years ago)
Author:
hezhenwei1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pclady_news2.0.0_api

    v37 v38  
    588588 
    589589[[BR]] 
    590 === 1.10文章是否被用户收藏 === 
     590=== 1.10焦点图点赞、踩状态查询 === 
     591开发环境:http://dev15.pclady.com.cn/app/focusSupportState.jsp  [[BR]] 
     592线上环境:http://plastic.pclady.com.cn/app/focusSupportState.jsp [[BR]] 
     593mrobot地址:  http://mrobot.pclady.com.cn/focusSupportState.xsp 
     594 
     595**说明** 
     596 
     597> 查询某设备或用户对某焦点图的点赞、踩状态[[BR]] 
     598 
     599**缓存时间** 
     600 
     601>0分钟 
     602 
     603**提交方式** 
     604 
     605> GET 
     606 
     607**是否登录** 
     608 
     609> 是 
     610 
     611**数据来源** 
     612 
     613>编辑后台 
     614 
     615**参数** 
     616 
     617||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 
     618||= focusID =||= 焦点图id =||= string =||= "" =||= 是 =||=  =|| 
     619||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 是 =||=  =|| 
     620||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定(是否需要与评论点赞的保持一致?)  =|| 
     621 
     622**返回** 
     623 
     624{{{#!java 
     625{ 
     626  "status":0, 
     627  "msg":"请求成功", 
     628  "data":{ 
     629    "state":"0" 
     630 
     631  } 
     632} 
     633 
     634}}} 
     635**返回参数说明** 
     636||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
     637||= state =||= 0:未点赞未踩,1:已点赞,2:已踩 =||= =||= =|| 
     638 
     639[[BR]] 
     640=== 1.11文章是否被用户收藏 === 
    591641开发环境:http://dev15.pclady.com.cn/app/isArticleCollected.jsp  [[BR]] 
    592642线上环境:http://plastic.pclady.com.cn/app/isArticleCollected.jsp [[BR]]