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

修改注释错误

... ... @@ -115,8 +115,8 @@ class Porders extends Api
* @ApiMethod (POST)
* @ApiRoute (/api/porders/purchase)
* @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="商品数量(以逗号隔开组成字符串)")
* @ApiParams (name="order_sn", type="string", required=true, description="订单号(以逗号隔开组成字符串)")
* @ApiParams (name="address", type="string", required=true, description="收货地址(微信地址)")
* @ApiReturn({
... ...
... ... @@ -6229,13 +6229,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>
... ... @@ -6282,12 +6282,12 @@
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/porders/purchase" method="POST" name="form43" id="form43">
<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">
<label class="control-label" for="order_sn">order_sn</label>
... ... @@ -12025,7 +12025,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2019-04-12 19:18:31 </div>
Generated on 2019-04-12 19:22:54 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...