Changes between Version 73 and Version 74 of appapi/4.0


Ignore:
Timestamp:
02/28/2015 02:35:28 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v73 v74  
    658658{ 
    659659 
    660         createAt:系统完成操作的时间 
     660    createAt:系统完成操作的时间 
    661661    failPraisePhotoIds:点赞失败的照片ID(使用","连接起来) 
    662662    failUnPraisePhotoIds:取消赞失败的照片ID(使用","连接起来) 
    663          
    664         code:0成功,-1失败 
     663     
     664    code:0成功,-1失败 
    665665    message:提示信息 
    666666    version: 接口版本号如1.0,1.0(latest)表示最新版本 
     
    684684{ 
    685685        praiseList:[ 
    686                 { 
    687                         userId:用户id 
    688                         nickName:用户昵称 
    689                         isVip:是否认证用户(0:未认证,1:已认证) 
    690                         hadRead:是否已读 
    691                         praiseTime:点赞时间 
    692                         photoId:照片id 
    693                         albumId: 相册ID 
     686           { 
     687                userId:用户id 
     688                nickName:用户昵称 
     689                isVip:是否认证用户(0:未认证,1:已认证) 
     690                hadRead:是否已读 
     691                praiseTime:点赞时间 
     692                photoId:照片id 
     693                albumId: 相册ID 
    694694            }, 
    695                 { 
    696                         userId:用户id 
    697                         nickName:用户昵称 
    698                         isVip:是否认证用户(0:未认证,1:已认证) 
    699                         hadRead:是否已读 
    700                         praiseTime:点赞时间 
    701                         photoId:照片id 
    702                         albumId: 相册ID 
     695           { 
     696                userId:用户id 
     697                nickName:用户昵称 
     698                isVip:是否认证用户(0:未认证,1:已认证) 
     699                hadRead:是否已读 
     700                praiseTime:点赞时间 
     701                photoId:照片id 
     702                albumId: 相册ID 
    703703            } 
    704704        ] 
     
    709709    pageCount:总共几页 
    710710         
    711         code:0成功,-1失败 
     711    code:0成功,-1失败 
    712712    message:提示信息 
    713713    version: 接口版本号如1.0,1.0(latest)表示最新版本 
     
    737737返回 
    738738{ 
    739         code:0成功,-1失败 
     739    successPhotoIds:返回被标为已读的照片ID 
     740 
     741    code:0成功,-1失败 
    740742    message:提示信息 
    741743    version: 接口版本号如1.0,1.0(latest)表示最新版本 
    742744 
    743     successIds:返回被标为已读的照片ID 
    744745} 
    745746}}} 
     
    761762 
    762763        userList:[ 
    763                 { 
    764                 userId:用户id 
    765                 nickName:昵称 
    766                 }, 
    767                 { 
    768                 userId:用户id 
    769                 nickName:昵称 
    770                 } 
     764          { 
     765             userId:用户id 
     766             nickName:昵称 
     767           }, 
     768          { 
     769             userId:用户id 
     770             nickName:昵称 
     771           } 
    771772        ]        
    772773                 
     
    776777    pageCount:总共几页 
    777778         
    778         code:0成功,-1失败 
     779    code:0成功,-1失败 
    779780    message:提示信息 
    780781    version: 接口版本号如1.0,1.0(latest)表示最新版本 
     
    790791请求参数 
    791792    *userId:用户ID 
    792         *photoIds:照片id列表,用“,”连接起来 
     793    *photoIds:照片id列表,用“,”连接起来 
    793794 
    794795 
     
    802803    hadPraisePhotoIds:返回已经赞过的照片ID,用“,”连接起来 
    803804         
    804         code:0成功,-1失败 
     805    code:0成功,-1失败 
    805806    message:提示信息 
    806807    version: 接口版本号如1.0,1.0(latest)表示最新版本 
     
    815816说明:未读照片已赞数  
    816817请求参数 
    817         根据用户登录的Session获取用户ID 
     818    根据用户登录的Session获取用户ID 
    818819 
    819820 
     
    825826{ 
    826827 
    827         praiseNotReadCount:未读已赞的数量 
     828    praiseNotReadCount:未读已赞的数量 
    828829    latestPraiseMsg:最新赞我的动态内容(暂定为用户昵称) 
    829830    latestPraiseTime:最新赞我的时间戳 
    830831         
    831         code:0成功,-1失败 
     832    code:0成功,-1失败 
    832833    message:提示信息 
    833834    version: 接口版本号如1.0,1.0(latest)表示最新版本