作者 景龙
1 个管道 的构建 失败 耗费 1 秒

修正错误注释

... ... @@ -34,8 +34,8 @@ class Porders extends Api
* @ApiMethod (GET)
* @ApiRoute (/api/porders/settle)
* @ApiHeaders (name=token, type=string, required=true, description="请求的Token")
* @ApiParams (name="g_id", type="string", required=true, description="商品id(以逗号隔开组成字符串)")
* @ApiParams (name="g_num", type="string", required=true, description="商品数量(以逗号隔开组成字符串)")
* @ApiParams (name="p_id", type="string", required=true, description="商品id(以逗号隔开组成字符串)")
* @ApiParams (name="p_num", type="string", required=true, description="商品数量(以逗号隔开组成字符串)")
* @ApiReturn ({
"code": 1,
"msg": "成功",
... ...
... ... @@ -6045,13 +6045,13 @@
</thead>
<tbody>
<tr>
<td>g_id</td>
<td>p_id</td>
<td>string</td>
<td></td>
<td>商品id(以逗号隔开组成字符串</td>
</tr>
<tr>
<td>g_num</td>
<td>p_num</td>
<td>string</td>
<td></td>
<td>商品数量(以逗号隔开组成字符串)</td>
... ... @@ -6086,12 +6086,12 @@
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/porders/settle" method="GET" name="form42" id="form42">
<div class="form-group">
<label class="control-label" for="g_id">g_id</label>
<input type="string" class="form-control input-sm" id="g_id" required placeholder="商品id(以逗号隔开组成字符串" name="g_id">
<label class="control-label" for="p_id">p_id</label>
<input type="string" class="form-control input-sm" id="p_id" required placeholder="商品id(以逗号隔开组成字符串" name="p_id">
</div>
<div class="form-group">
<label class="control-label" for="g_num">g_num</label>
<input type="string" class="form-control input-sm" id="g_num" required placeholder="商品数量(以逗号隔开组成字符串)" name="g_num">
<label class="control-label" for="p_num">p_num</label>
<input type="string" class="form-control input-sm" id="p_num" required placeholder="商品数量(以逗号隔开组成字符串)" name="p_num">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="42">提交</button>
... ... @@ -12025,7 +12025,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2019-04-12 15:06:49 </div>
Generated on 2019-04-12 19:18:31 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...