Changes between Version 77 and Version 78 of pcauto_club_4.0.0/api


Ignore:
Timestamp:
04/16/2015 04:06:06 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v77 v78  
    12011201        *userId: 当前用户的id,用于判断该用户是否已赞 
    12021202 
    1203 1.1.21 获取动态详情接口 
     1203{ 
     1204        code:0成功,-1失败 
     1205        message:提示信息 
     1206        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1207 
     1208        dynaDetail:[ 
     1209                { 
     1210            postCount:回复数 
     1211            pubTime: 发布时间,  
     1212            authorId: 作者ID,  
     1213            forumId: 16160,  
     1214            authorName: 作者名称,  
     1215            nickname:作者昵称, 
     1216            contribution: 贡献油值,  
     1217            dynaInfoId,动态ID 
     1218            authorPhoto: 作者头像,  
     1219            isRecommend: 是否是推荐, 
     1220            content:动态内容 
     1221            isVip:是否认证  (0:未认证,1:已认证) 
     1222            praiseCount:点赞数, 
     1223            images:[ 
     1224                { 
     1225                url:http://xxxx.jpg, 
     1226                //真实宽度 
     1227                width:960, 
     1228                //真实高度 
     1229                height:1000, 
     1230                //质量参数,默认为0,10月上线 
     1231                qua:80 
     1232                }, 
     1233                { 
     1234                url:http://xxxx.jpg, 
     1235                //真实宽度 
     1236                width:960, 
     1237                //真实高度 
     1238                height:1000, 
     1239                //质量参数,默认为0,10月上线 
     1240                qua:80 
     1241                }                
     1242           ] 
     1243        } 
     1244    ] 
     1245} 
     1246 
     1247后端接口 
     12481.4.13 获取动态详情接口 
    12041249说明:获取动态 
    12051250接口:/appapi/2.0/dyna/getDynaDetail.do [GET] 
    12061251 
     12521.1.31 判断是否已赞 
     1253接口:/appapi/1.0/dyna/getHadPraiseList.do [GET] 
    12071254返回增加 
    12081255hadPraise:已赞,