Changes between Version 15 and Version 16 of appapi/3.0


Ignore:
Timestamp:
12/08/2014 10:39:15 AM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/3.0

    v15 v16  
    13611361        version: 接口版本号如1.0,1.0(latest)表示最新版本 
    13621362 
    1363         count:未读已赞的数量 
    1364         latestContent:最新的未读赞的动态内容 
     1363        supportNotReadCount:未读已赞的数量 
     1364        supportNotReadMsg:最新的未读赞的动态内容(暂定为用户昵称) 
     1365} 
     1366}}} 
     1367 
     1368==== 1.1.33 获取同城动态列表 ==== 
     1369{{{ 
     1370说明:获取同城动态列表 
     1371接口:/appapi/1.0/dyna/get.do [GET] 
     1372请求参数: 
     1373      provinceId 发动态省地区id(必选) 
     1374      cityId 发动态市地区id(无则不传) 
     1375 
     1376是否登录:否 
     1377缓存时间:无 
     1378是否分页:是 
     1379 
     1380 
     1381返回 
     1382{ 
     1383        code:0成功,-1失败 
     1384        message:提示信息 
     1385        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1386         
     1387        total:总条数 
     1388        pageNo:页码 
     1389        pageSize:每页条数 
     1390        pageCount:总共几页 
     1391 
     1392        dynaList:[ 
     1393             { 
     1394            postCount:回复数 
     1395            pubTime: 发布时间,  
     1396            authorId: 作者ID,  
     1397            forumId: 16160,  
     1398            authorName: 作者名称,  
     1399            nickname:作者昵称, 
     1400            contribution: 贡献油值,  
     1401            dynaInfoId,动态ID 
     1402            authorPhoto: 作者头像,  
     1403            isRecommend: 是否是推荐, 
     1404            content:动态内容, 
     1405            supportCount:点赞数, 
     1406            images:[ 
     1407                { 
     1408                url:http://xxxx.jpg, 
     1409                //真实宽度 
     1410                width:960, 
     1411                //真实高度 
     1412                height:1000, 
     1413                //质量参数,默认为0,10月上线 
     1414                qua:80 
     1415                }, 
     1416                { 
     1417                url:http://xxxx.jpg, 
     1418                //真实宽度 
     1419                width:960, 
     1420                //真实高度 
     1421                height:1000, 
     1422                //质量参数,默认为0,10月上线 
     1423                qua:80 
     1424                } 
     1425              ] 
     1426           } 
     1427 
     1428        ] 
    13651429} 
    13661430}}}