Changes between Version 4 and Version 5 of appapi/4.0


Ignore:
Timestamp:
01/27/2015 06:57:15 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v4 v5  
    8989}}} 
    9090 
     91==== 1.1.4 判断用户是否已投票 ==== 
     92{{{ 
     93接口/appapi/1.0/dyna/isVoted.do [POST] 
     94说明 : 用户对动态进行投票 
     95请求参数: 
     96  *voteId :投票ID 
     97  
     98 
     99是否登录 : 是 
     100缓存时间 : 无 
     101是否分页 : 否 
    91102 
    92103 
     104返回结果: 
     105{ 
     106   userId : 用户ID 
     107   voteId : 投票ID 
     108   isVoted : 0,未投票;1,已投票 
    93109 
    94  
    95  
     110   code : 0成功,-1失败 
     111   message : 提示信息 
     112   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     113} 
     114}}} 
    96115 
    97116