Changes between Version 13 and Version 14 of appapi/3.0


Ignore:
Timestamp:
12/05/2014 06:19:06 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/3.0

    v13 v14  
    11571157        version: 接口版本号如1.0,1.0(latest)表示最新版本 
    11581158 
     1159        total:总条数 
     1160        pageNo:页码 
     1161        pageSize:每页条数 
     1162        pageCount:总共几页 
     1163 
    11591164        supportList:[ 
    11601165                { 
     
    13381343}}} 
    13391344 
     1345==== 1.1.32 未读已赞数 ==== 
     1346{{{ 
     1347说明:未读已赞数 
     1348接口:/appapi/1.0/dyna/getUnReadCount.do [GET] 
     1349请求参数 
     1350        根据用户登录的Session获取用户ID 
     1351 
     1352 
     1353是否登录:否 
     1354缓存时间:无 
     1355是否分页:否 
     1356 
     1357返回 
     1358{ 
     1359        code:0成功,-1失败 
     1360        message:提示信息 
     1361        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1362 
     1363        count:未读已赞的数量 
     1364        latestContent:最新的未读赞的动态内容 
     1365} 
     1366}}} 
     1367 
    13401368{{{ 
    13411369#!html