Changes between Initial Version and Version 1 of appapi/4.0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v1 v1  
     1[[PageOutline(1-100,接口索引)]] 
     2 
     3== 1. 车友会提供APP接口4.0 == 
     4=== 1.1 投票相关 
     5 
     6==== 1.1.1 用户发布投票 ==== 
     7{{{ 
     8接口/appapi/1.0/club/createVote.do [POST] 
     9说明:用户发布投票 
     10请求参数: 
     11  *voteTitle :投票标题 
     12  *voteItems : [“选项一”,“选项二”,“选项三”] 
     13  
     14 
     15是否登录:是 
     16缓存时间:无 
     17是否分页:否 
     18 
     19返回结果: 
     20{ 
     21   code : 0成功,-1失败 
     22   message : 提示信息 
     23   version: 接口版本号如1.0,1.0(latest)表示最新版本 
     24} 
     25}}} 
     26 
     27==== 1.1.2 用户对动态进行投票 ==== 
     28{{{ 
     29接口/appapi/1.0/club/createVote.do [POST] 
     30说明:用户对动态进行投票 
     31请求参数: 
     32  *voteId :投票ID 
     33  *voteItemId : 投票选项ID 
     34  
     35 
     36是否登录:是 
     37缓存时间:无 
     38是否分页:否 
     39 
     40返回结果: 
     41{ 
     42   code : 0成功,-1失败 
     43   message : 提示信息 
     44   version: 接口版本号如1.0,1.0(latest)表示最新版本 
     45} 
     46}}} 
     47 
     48 
     49 
     50 
     51 
     52 
     53{{{ 
     54#!html 
     55<div style="background-color: #dfdede; border-radius: 5px 0 0 5px; height: 35px; overflow: hidden; width: 30px; z-index: 9999; float: right; padding: 3px 0px 0px 2px; right: 0; top: 300px;position: fixed;"> 
     56  <a href="#a1.车友会提供的接口汇总"><em>返回<br>顶部</em></a> 
     57</div> 
     58}}}