Changes between Version 19 and Version 20 of ucapi/1.0


Ignore:
Timestamp:
04/29/2015 03:18:06 PM (11 years ago)
Author:
fengguosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ucapi/1.0

    v19 v20  
    485485}}} 
    486486 
     487==== 1.3.2 评论照片 ==== 
     488{{{ 
     489接口/usercenter/1.0/photo/replyPhoto.do [POST] 
     490说明 : 评论照片 
     491请求参数: 
     492  *photoId:照片ID 
     493  *albumId:相册ID 
     494  *content:评论内容 
     495   postToPhotoReplyId:被评论的评论ID(如果为空,代表直接评论照片) 
     496  
     497 
     498是否登录 : 是 
     499缓存时间 : 无 
     500是否分页 : 否 
     501 
     502 
     503返回结果: 
     504{ 
     505   code : 0成功,-1失败 
     506   message : 提示信息 
     507   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     508} 
     509}}} 
     510 
    487511 
    488512{{{