Changes between Version 77 and Version 78 of appapi/4.0


Ignore:
Timestamp:
03/02/2015 02:02:55 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v77 v78  
    649649说明:照片点赞/取消赞 
    650650请求参数 
    651         praisePhotoIds:点赞的照片ID(使用","连接起来) 
    652         unPraisePhotoIds:取消点赞的照片ID(使用","连接起来)  
    653  
     651        praisePhotoIds:点赞的照片ID(Json格式) 
     652        unPraisePhotoIds:取消点赞的照片ID(Json格式)  
     653 
     654        例子: 
     655        praisePhotoIds:[ 
     656         {"photoId":"111","albumId":"222"}, 
     657         {"photoId":"111","albumId":"222"} 
     658        ] 
     659        unPraisePhotoIds:[ 
     660         {"photoId":"111","albumId":"222"}, 
     661         {"photoId":"111","albumId":"222"} 
     662        ] 
    654663 
    655664是否登录:是