Changes between Version 68 and Version 69 of pclady_news2.0.0_api
- Timestamp:
- 12/29/2015 04:27:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pclady_news2.0.0_api
v68 v69 96 96 ||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 97 97 ||= authorName =||= 作者昵称 =||= authorID =||= 作者ID =|| 98 ||= focusDate =||= 焦点图上显示的时间 =||= hasLaud =||= 焦点图点赞情况,0为既没点赞也没踩,1为点赞过了,2为踩过了=||98 ||= focusDate =||= 焦点图上显示的时间 =||= =||= =|| 99 99 100 100 [[BR]] … … 385 385 386 386 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 387 ||= focusID =||=焦点图ID =||= string =||= "" =||= 是 =||= =|| 388 ||= sp =||=操作类型=||= string =||= "" =||= 是 =||=1:点赞,2:踩 =|| 387 ||= ID =||=对象ID =||= string =||= "" =||= 是 =||= =|| 388 ||= type =||=被点赞对象类型=||= int =||= "" =||= 是 =||=1:文章,2:焦点图 =|| 389 ||= sp =||=操作类型=||= int =||= "" =||= 是 =||=1:点赞,2:踩 =|| 389 390 ||= common_session_id =||=太平洋通行证session =||= string =||= "" =||= 否 =||= 如果登陆了就传,cookies中添加 =|| 390 391 ||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定 =|| … … 484 485 ||= id =||=话题id =||= string =||= "" =||= 是 =||= =|| 485 486 ||= url =||=话题url =||= string =||= "" =||= 是 =||= =|| 486 ||= common_session_id =||=太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =||487 487 ||= username =||=用户名 =||= string =||= "" =||= 是 =||= =|| 488 488 ||= anonymous =||=是否匿名 =||= string =||= "" =||= 是 =||= =|| 489 489 ||= content =||=回复内容=||= string =||= "" =||= 是 =||=回复内容 =|| 490 ||= common_session_id =||=太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =|| 490 491 ||= replyFloor2 =||=回复楼层=||= string =||= "" =||= 否 =||= 时尚胶囊暂时不支持二级评论,故此参数可以无视 =|| 491 492 … … 511 512 512 513 [[BR]] 513 === 1.8 收藏文章===514 开发环境:http://dev15.pclady.com.cn/app/collect Article.jsp [[BR]]515 线上环境:http://plastic.pclady.com.cn/app/collect Article.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]] 516 517 517 518 **说明** … … 538 539 539 540 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 540 ||= articleID =||= 文章id =||= string =||= "" =||= 是 =||= =|| 541 ||= type =||= 操作类型 =||= int =||= "" =||= 是 =||= 1:收藏 ,2:取消收藏 =|| 541 ||= ID =||= 对象id =||= string =||= "" =||= 是 =||= =|| 542 ||= type =||= 被收藏对象类型 =||= int =||= "" =||= 是 =||= 1:文章 ,2:活动 =|| 543 ||= sp =||= 操作类型 =||= int =||= "" =||= 是 =||= 1:收藏 ,2:取消收藏 =|| 542 544 ||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =|| 543 545 … … 555 557 { 556 558 "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.xsp568 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]] 569 mrobot地址: http://mrobot.pclady.com.cn/supportState.xsp 570 571 **说明** 572 573 > 查询某设备或用户对某焦点图或某文章的点赞、踩状态[[BR]] 572 574 573 575 **缓存时间** … … 590 592 591 593 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 592 ||= focusID =||= 焦点图id =||= string =||= "" =||= 是 =||= =|| 594 ||= ID =||= 对象id =||= string =||= "" =||= 是 =||= =|| 595 ||= type =||= 查询对象类型 =||= int =||= "" =||= 是 =||= 1:文章,2:焦点图 =|| 593 596 ||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 否· =||= cookies中添加 =|| 594 ||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定 (是否需要与评论点赞的保持一致?)=||597 ||= deviceID =||=设备ID =||= string =||= "" =||= 是 =||= 根据设备号判定 =|| 595 598 596 599 **返回** … … 612 615 613 616 [[BR]] 614 === 1.10文章 是否被用户收藏 ===615 开发环境:http://dev15.pclady.com.cn/app/is ArticleCollected.jsp [[BR]]616 线上环境:http://plastic.pclady.com.cn/app/is ArticleCollected.jsp [[BR]]617 mrobot地址: http://mrobot.pclady.com.cn/is ArticleCollected.xsp618 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]] 620 mrobot地址: http://mrobot.pclady.com.cn/isCollected.xsp 621 622 **说明** 623 624 > 获取该文章或焦点图是否已被用户收藏[[BR]] 622 625 623 626 **缓存时间** … … 640 643 641 644 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 642 ||= articleID =||= 文章id =||= string =||= "" =||= 是 =||= =|| 645 ||= ID =||= 对象id =||= string =||= "" =||= 是 =||= =|| 646 ||= type =||= 对象类型 =||= int =||= "" =||= 是 =||= 1:文章,2:焦点图 =|| 643 647 ||= common_session_id =||= 太平洋通行证session =||= string =||= "" =||= 是 =||= cookies中添加 =|| 644 648
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)