Changes between Version 47 and Version 48 of appapi/4.2


Ignore:
Timestamp:
05/26/2015 10:59:58 AM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.2

    v47 v48  
    607607 
    608608 
    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}}} 
    613667 
    614668