Changes between Version 68 and Version 69 of pclady_news2.0.0_api


Ignore:
Timestamp:
12/29/2015 04:27:48 PM (10 years ago)
Author:
hezhenwei1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pclady_news2.0.0_api

    v68 v69  
    9696||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    9797||= authorName =||= 作者昵称 =||= authorID =||= 作者ID =|| 
    98 ||= focusDate =||= 焦点图上显示的时间 =||= hasLaud =||= 焦点图点赞情况,0为既没点赞也没踩,1为点赞过了,2为踩过了 =|| 
     98||= focusDate =||= 焦点图上显示的时间 =||= =||= =|| 
    9999 
    100100[[BR]] 
     
    385385 
    386386||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
    387 ||= focusID =||=焦点图ID =||= string =||= "" =||= 是 =||=   =|| 
    388 ||= sp =||=操作类型=||= string =||= "" =||= 是 =||=1:点赞,2:踩  =|| 
     387||= ID =||=对象ID =||= string =||= "" =||= 是 =||=   =|| 
     388||= type =||=被点赞对象类型=||= int =||= "" =||= 是 =||=1:文章,2:焦点图  =|| 
     389||= sp =||=操作类型=||= int =||= "" =||= 是 =||=1:点赞,2:踩  =|| 
    389390||= common_session_id =||=太平洋通行证session =||= string =||= "" =||= 否 =||= 如果登陆了就传,cookies中添加 =|| 
    390391||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定 =|| 
     
    484485||= id =||=话题id =||= string =||= "" =||= 是 =||=  =|| 
    485486||= url =||=话题url =||= string =||= "" =||= 是 =||=  =|| 
    486 ||= common_session_id =||=太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =|| 
    487487||= username =||=用户名 =||= string =||= "" =||= 是 =||=  =|| 
    488488||= anonymous =||=是否匿名 =||= string =||= "" =||= 是 =||=  =|| 
    489489||= content =||=回复内容=||= string =||= "" =||= 是 =||=回复内容  =|| 
     490||= common_session_id =||=太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =|| 
    490491||= replyFloor2 =||=回复楼层=||= string =||= "" =||= 否 =||= 时尚胶囊暂时不支持二级评论,故此参数可以无视 =|| 
    491492 
     
    511512 
    512513[[BR]] 
    513 === 1.8收藏文章 === 
    514 开发环境:http://dev15.pclady.com.cn/app/collectArticle.jsp  [[BR]] 
    515 线上环境:http://plastic.pclady.com.cn/app/collectArticle.jsp [[BR]] 
     514=== 1.8文章或活动收藏 === 
     515开发环境:http://dev15.pclady.com.cn/app/collect.jsp  [[BR]] 
     516线上环境:http://plastic.pclady.com.cn/app/collect.jsp [[BR]] 
    516517 
    517518**说明** 
     
    538539 
    539540||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 
    540 ||= articleID =||= 文章id =||= string =||= "" =||= 是 =||=  =|| 
    541 ||= type =||= 操作类型 =||= int =||= "" =||= 是 =||= 1:收藏 ,2:取消收藏 =|| 
     541||= ID =||= 对象id =||= string =||= "" =||= 是 =||=  =|| 
     542||= type =||= 被收藏对象类型 =||= int =||= "" =||= 是 =||= 1:文章 ,2:活动 =|| 
     543||= sp =||= 操作类型 =||= int =||= "" =||= 是 =||= 1:收藏 ,2:取消收藏 =|| 
    542544||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加  =|| 
    543545 
     
    555557{ 
    556558  "status":-1, 
    557   "msg":"错误原因" 
    558 } 
    559 }}} 
    560 **返回参数说明** 
    561 ||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    562  
    563 [[BR]] 
    564 === 1.9焦点图点赞、踩状态查询 === 
    565 开发环境:http://dev15.pclady.com.cn/app/focusSupportState.jsp  [[BR]] 
    566 线上环境:http://plastic.pclady.com.cn/app/focusSupportState.jsp [[BR]] 
    567 mrobot地址:  http://mrobot.pclady.com.cn/focusSupportState.xsp 
    568  
    569 **说明** 
    570  
    571 > 查询某设备或用户对某焦点图的点赞、踩状态[[BR]] 
     559  "msg":"失败原因" 
     560} 
     561}}} 
     562**返回参数说明** 
     563||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
     564 
     565[[BR]] 
     566=== 1.9焦点图、文章点赞、踩状态查询 === 
     567开发环境:http://dev15.pclady.com.cn/app/supportState.jsp  [[BR]] 
     568线上环境:http://plastic.pclady.com.cn/app/supportState.jsp [[BR]] 
     569mrobot地址:  http://mrobot.pclady.com.cn/supportState.xsp 
     570 
     571**说明** 
     572 
     573> 查询某设备或用户对某焦点图或某文章的点赞、踩状态[[BR]] 
    572574 
    573575**缓存时间** 
     
    590592 
    591593||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 
    592 ||= focusID =||= 焦点图id =||= string =||= "" =||= 是 =||=  =|| 
     594||= ID =||= 对象id =||= string =||= "" =||= 是 =||=  =|| 
     595||= type =||= 查询对象类型 =||= int =||= "" =||= 是 =||= 1:文章,2:焦点图 =|| 
    593596||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 否· =||= cookies中添加 =|| 
    594 ||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定(是否需要与评论点赞的保持一致?) =|| 
     597||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定 =|| 
    595598 
    596599**返回** 
     
    612615 
    613616[[BR]] 
    614 === 1.10文章是否被用户收藏 === 
    615 开发环境:http://dev15.pclady.com.cn/app/isArticleCollected.jsp  [[BR]] 
    616 线上环境:http://plastic.pclady.com.cn/app/isArticleCollected.jsp [[BR]] 
    617 mrobot地址:  http://mrobot.pclady.com.cn/isArticleCollected.xsp 
    618  
    619 **说明** 
    620  
    621 > 获取该文章是否已被用户收藏[[BR]] 
     617=== 1.10文章或焦点图是否被用户收藏 === 
     618开发环境:http://dev15.pclady.com.cn/app/isCollected.jsp  [[BR]] 
     619线上环境:http://plastic.pclady.com.cn/app/isCollected.jsp [[BR]] 
     620mrobot地址:  http://mrobot.pclady.com.cn/isCollected.xsp 
     621 
     622**说明** 
     623 
     624> 获取该文章或焦点图是否已被用户收藏[[BR]] 
    622625 
    623626**缓存时间** 
     
    640643 
    641644||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 
    642 ||= articleID =||= 文章id =||= string =||= "" =||= 是 =||=  =|| 
     645||= ID =||= 对象id =||= string =||= "" =||= 是 =||=  =|| 
     646||= type =||= 对象类型 =||= int =||= "" =||= 是 =||= 1:文章,2:焦点图 =|| 
    643647||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =|| 
    644648