%include("/common/_head.html"){}%>
添加接口 -飞趣
<% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
<%include("/common/_api_doc_menu.html",{user:user}){}%>
项目
模块
新增接口
返回
接口名称
模块名
请选择
<%for(var module in modules){%>
${module.value}
<%}%>
url
请求方式
请选择
POST
GET
HEAD
PUT
DELETE
状态
请选择
废弃
已上线
开发中
测试中
版本号
排序
返回类型
请选择
application/json
text/html
x-application
application/xml
DELETE
请求参数(自定义[ROW])
接口说明
正确返回示例
错误返回示例
立即提交
重置
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>