作者 开飞机的舒克

更新接口文档

... ... @@ -45,6 +45,7 @@ class Activity extends Api
/**
* @ApiTitle (项目校区)
* @ApiMethod (POST)
* @ApiParams (name="id", type="string", required=false, description="活动id")
* @ApiReturnParams (name="code", type="integer", required=true, description="状态码")
* @ApiReturnParams (name="msg", type="string", required=true, description="提示语")
... ... @@ -75,6 +76,7 @@ class Activity extends Api
/**
* @ApiTitle (项目日期场次)
* @ApiMethod (POST)
* @ApiParams (name="id", type="string", required=false, description="校区id")
* @ApiReturnParams (name="code", type="integer", required=true, description="状态码")
* @ApiReturnParams (name="msg", type="string", required=true, description="提示语")
... ... @@ -116,6 +118,7 @@ class Activity extends Api
/**
* @ApiTitle (项目详情)
* @ApiMethod (POST)
* @ApiParams (name="id", type="string", required=false, description="项目id")
* @ApiReturnParams (name="code", type="integer", required=true, description="状态码")
* @ApiReturnParams (name="msg", type="string", required=true, description="提示语")
... ...
... ... @@ -1737,7 +1737,7 @@
<div class="panel panel-default">
<div class="panel-heading" id="heading-1">
<h4 class="panel-title">
<span class="label label-success">GET</span>
<span class="label label-primary">POST</span>
<a data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1"> 项目校区 <span class="text-muted">/api/activity/getSchoolItem</span></a>
</h4>
</div>
... ... @@ -1820,7 +1820,7 @@
</div>
</div>
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/activity/getSchoolItem" method="get" name="form1" id="form1">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/activity/getSchoolItem" method="POST" name="form1" id="form1">
<div class="form-group">
<label class="control-label" for="id">id</label>
<input type="string" class="form-control input-sm" id="id" placeholder="活动id" name="id">
... ... @@ -1897,7 +1897,7 @@
<div class="panel panel-default">
<div class="panel-heading" id="heading-2">
<h4 class="panel-title">
<span class="label label-success">GET</span>
<span class="label label-primary">POST</span>
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseOne2"> 项目日期场次 <span class="text-muted">/api/activity/getItemRonda</span></a>
</h4>
</div>
... ... @@ -1980,7 +1980,7 @@
</div>
</div>
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/activity/getItemRonda" method="get" name="form2" id="form2">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/activity/getItemRonda" method="POST" name="form2" id="form2">
<div class="form-group">
<label class="control-label" for="id">id</label>
<input type="string" class="form-control input-sm" id="id" placeholder="校区id" name="id">
... ... @@ -2063,7 +2063,7 @@
<div class="panel panel-default">
<div class="panel-heading" id="heading-3">
<h4 class="panel-title">
<span class="label label-success">GET</span>
<span class="label label-primary">POST</span>
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseOne3"> 项目详情 <span class="text-muted">/api/activity/getItemDetails</span></a>
</h4>
</div>
... ... @@ -2146,7 +2146,7 @@
</div>
</div>
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/activity/getItemDetails" method="get" name="form3" id="form3">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/activity/getItemDetails" method="POST" name="form3" id="form3">
<div class="form-group">
<label class="control-label" for="id">id</label>
<input type="string" class="form-control input-sm" id="id" placeholder="项目id" name="id">
... ... @@ -4180,7 +4180,7 @@
</div>
<div class="col-md-6" align="right">
Generated on 2023-03-09 17:34:29 <a href="./" target="_blank">校园活动</a>
Generated on 2023-03-09 17:37:03 <a href="./" target="_blank">校园活动</a>
</div>
</div>
... ...