Changes between Version 4 and Version 5 of pcauto_club_3.1.0/api


Ignore:
Timestamp:
12/05/2014 06:03:20 PM (11 years ago)
Author:
xieweijie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_3.1.0/api

    v4 v5  
    1771771.1.24 个人主页动态列表 
    1781781.1.31 判断是否已赞 
     179返回 
     180{ 
     181        code:0成功,-1失败 
     182        message:提示信息 
     183        version: 接口版本号如1.0,1.0(latest)表示最新版本  
     184 
     185        userId: 
     186        dynaList:[ 
     187                { 
     188            postCount:回复数 
     189            pubTime: 发布时间,  
     190            authorId: 作者ID,  
     191            forumId: 16160,  
     192            authorName: 作者名称,  
     193            nickname:作者昵称, 
     194            contribution: 贡献油值,  
     195            dynaInfoId,动态ID 
     196            authorPhoto: 作者头像,  
     197            isRecommend: 是否是推荐, 
     198            content:动态内容 
     199            isVip:是否认证   
     200            supportCount:点赞数, 
     201            hadSupport:已赞, 
     202            images:[ 
     203                { 
     204                url:http://xxxx.jpg, 
     205                //真实宽度 
     206                width:960, 
     207                //真实高度 
     208                height:1000, 
     209                //质量参数,默认为0,10月上线 
     210                qua:80 
     211                }, 
     212                { 
     213                url:http://xxxx.jpg, 
     214                //真实宽度 
     215                width:960, 
     216                //真实高度 
     217                height:1000, 
     218                //质量参数,默认为0,10月上线 
     219                qua:80 
     220                }        
     221            ] 
     222        } 
     223    ] 
     224} 
    179225}}} 
    180226=== 2.7同城动态列表 ===