Changes between Version 47 and Version 48 of appapi/4.2
- Timestamp:
- 05/26/2015 10:59:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
appapi/4.2
v47 v48 607 607 608 608 609 610 611 612 609 === 1.4 动态相关接口 610 611 ==== 1.4.1 获取动态详情接口3.0 ==== 612 {{{ 613 说明:获取动态 614 接口:/appapi/3.0/dyna/getDynaDetail.do [GET] 615 请求参数 616 *dynaInfoId:动态id 617 618 是否登录:否 619 缓存时间:无 620 是否分页:否 621 622 返回 623 { 624 code:0成功,-1失败 625 message:提示信息 626 version: 接口版本号如1.0,1.0(latest)表示最新版本 627 628 dynaDetail:[ 629 { 630 postCount:回复数 631 pubTime: 发布时间, 632 authorId: 作者ID, 633 forumId: 16160, 634 authorName: 作者名称, 635 nickname:作者昵称, 636 contribution: 贡献油值, 637 dynaInfoId,动态ID 638 authorPhoto: 作者头像, 639 isRecommend: 是否是推荐, 640 content:动态内容 641 isVip:是否认证 (0:未认证,1:已认证) 642 praiseCount:点赞数, 643 images:[ 644 { 645 url:http://xxxx.jpg, 646 //真实宽度 647 width:960, 648 //真实高度 649 height:1000, 650 //质量参数,默认为0,10月上线 651 qua:80 652 }, 653 { 654 url:http://xxxx.jpg, 655 //真实宽度 656 width:960, 657 //真实高度 658 height:1000, 659 //质量参数,默认为0,10月上线 660 qua:80 661 } 662 ] 663 } 664 ] 665 } 666 }}} 613 667 614 668
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)