Changes between Initial Version and Version 1 of appapi/4.1


Ignore:
Timestamp:
04/23/2015 10:17:16 AM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.1

    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/vote/createVote.do [POST] 
     9说明 : 用户发布投票 
     10请求参数 : 
     11  *voteTitle :投票标题 
     12  *voteItems : 投票选项,使用“,”连接起来 
     13  
     14  权限:车友会会员 
     15 
     16是否登录 : 是 
     17缓存时间 : 无 
     18是否分页 : 否 
     19 
     20 
     21返回结果: 
     22{ 
     23   code : 0成功,-1失败 
     24   message : 提示信息 
     25   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     26} 
     27}}} 
     28 
     29 
     30 
     31 
     32{{{ 
     33#!html 
     34<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;"> 
     35  <a href="#a1.车友会提供的接口汇总"><em>返回<br>顶部</em></a> 
     36</div> 
     37}}}