Changes between Version 130 and Version 131 of appapi/4.0


Ignore:
Timestamp:
04/02/2015 11:07:26 AM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v130 v131  
    19441944}}} 
    19451945 
     1946==== 1.4.13 获取动态详情接口 ==== 
     1947{{{ 
     1948说明:获取动态 
     1949接口:/appapi/1.0/dyna/getDynaDetail.do [GET] 
     1950请求参数 
     1951        *dynaInfoId:动态id 
     1952        *createBy:动态创建者id 
     1953 
     1954是否登录:否 
     1955缓存时间:无 
     1956是否分页:否 
     1957 
     1958返回 
     1959{ 
     1960        code:0成功,-1失败 
     1961        message:提示信息 
     1962        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1963 
     1964        dynaDetail:[ 
     1965                { 
     1966            postCount:回复数 
     1967            pubTime: 发布时间,  
     1968            authorId: 作者ID,  
     1969            forumId: 16160,  
     1970            authorName: 作者名称,  
     1971            nickname:作者昵称, 
     1972            contribution: 贡献油值,  
     1973            dynaInfoId,动态ID 
     1974            authorPhoto: 作者头像,  
     1975            isRecommend: 是否是推荐, 
     1976            content:动态内容 
     1977            isVip:是否认证  (0:未认证,1:已认证) 
     1978            praiseCount:点赞数, 
     1979            images:[ 
     1980                { 
     1981                url:http://xxxx.jpg, 
     1982                //真实宽度 
     1983                width:960, 
     1984                //真实高度 
     1985                height:1000, 
     1986                //质量参数,默认为0,10月上线 
     1987                qua:80 
     1988                }, 
     1989                { 
     1990                url:http://xxxx.jpg, 
     1991                //真实宽度 
     1992                width:960, 
     1993                //真实高度 
     1994                height:1000, 
     1995                //质量参数,默认为0,10月上线 
     1996                qua:80 
     1997                }                
     1998           ] 
     1999        } 
     2000    ] 
     2001} 
     2002}}} 
     2003 
    19462004=== 1.5 PV相关接口 
    19472005