Changes between Version 21 and Version 22 of ucapi/1.0


Ignore:
Timestamp:
05/07/2015 03:55:03 PM (11 years ago)
Author:
fengguosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ucapi/1.0

    v21 v22  
    389389}}} 
    390390 
     391==== 1.1.9 未读已赞数(包括图片赞数,动态赞数) ==== 
     392{{{ 
     393说明:未读动态点赞清零 
     394接口:/usercenter/1.0/dyna/getUnReadCount.do [POST] 
     395请求参数 
     396        根据用户登录的Session获取用户ID 
     397        userId:用户ID  
     398 
     399        说明: 
     400            优先更加session取用户id,为空则根据userid取 
     401         
     402 
     403 
     404是否登录:否 
     405缓存时间:无 
     406是否分页:否 
     407 
     408返回 
     409{ 
     410        code:0成功,-1失败 
     411        message:提示信息 
     412        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     413 
     414        dynaPraiseNotReadCount:动态未读已赞的数量 
     415        photoPraiseNotReadCount:图片未读已赞的数量 
     416} 
     417}}} 
     418 
    391419=== 1.2 投票相关 
    392420==== 1.2.1 用户进行投票 ====