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

修改api注释问题

@@ -124,7 +124,7 @@ class Person extends Api @@ -124,7 +124,7 @@ class Person extends Api
124 * @ApiMethod (POST) 124 * @ApiMethod (POST)
125 * @ApiRoute (/api/person/upload) 125 * @ApiRoute (/api/person/upload)
126 * @ApiHeaders (name=token, type=string, required=true, description="请求的Token") 126 * @ApiHeaders (name=token, type=string, required=true, description="请求的Token")
127 - * @ApiParams (name="image", type="file", required=true, description="上传文件(图片)") 127 + * @ApiParams (name="images[]", type="file", required=true, description="上传文件(图片)")
128 * @ApiReturn ({ 128 * @ApiReturn ({
129 "code": 1, 129 "code": 1,
130 "msg": "上传成功", 130 "msg": "上传成功",
@@ -5473,7 +5473,7 @@ @@ -5473,7 +5473,7 @@
5473 </thead> 5473 </thead>
5474 <tbody> 5474 <tbody>
5475 <tr> 5475 <tr>
5476 - <td>image</td> 5476 + <td>images[]</td>
5477 <td>file</td> 5477 <td>file</td>
5478 <td></td> 5478 <td></td>
5479 <td>上传文件(图片)</td> 5479 <td>上传文件(图片)</td>
@@ -5508,8 +5508,8 @@ @@ -5508,8 +5508,8 @@
5508 <div class="panel-body"> 5508 <div class="panel-body">
5509 <form enctype="application/x-www-form-urlencoded" role="form" action="/api/person/upload" method="POST" name="form38" id="form38"> 5509 <form enctype="application/x-www-form-urlencoded" role="form" action="/api/person/upload" method="POST" name="form38" id="form38">
5510 <div class="form-group"> 5510 <div class="form-group">
5511 - <label class="control-label" for="image">image</label>  
5512 - <input type="file" class="form-control input-sm" id="image" required placeholder="上传文件(图片)" name="image"> 5511 + <label class="control-label" for="images[]">images[]</label>
  5512 + <input type="file" class="form-control input-sm" id="images[]" required placeholder="上传文件(图片)" name="images[]">
5513 </div> 5513 </div>
5514 <div class="form-group"> 5514 <div class="form-group">
5515 <button type="submit" class="btn btn-success send" rel="38">提交</button> 5515 <button type="submit" class="btn btn-success send" rel="38">提交</button>
@@ -11701,10 +11701,16 @@ @@ -11701,10 +11701,16 @@
11701 </thead> 11701 </thead>
11702 <tbody> 11702 <tbody>
11703 <tr> 11703 <tr>
11704 - <td>o_id</td> 11704 + <td>amount</td>
11705 <td>integer</td> 11705 <td>integer</td>
11706 <td></td> 11706 <td></td>
11707 - <td>订单id</td> 11707 + <td>充值金额</td>
  11708 + </tr>
  11709 + <tr>
  11710 + <td>openid</td>
  11711 + <td>integer</td>
  11712 + <td></td>
  11713 + <td>openid</td>
11708 </tr> 11714 </tr>
11709 </tbody> 11715 </tbody>
11710 </table> 11716 </table>
@@ -11736,8 +11742,12 @@ @@ -11736,8 +11742,12 @@
11736 <div class="panel-body"> 11742 <div class="panel-body">
11737 <form enctype="application/x-www-form-urlencoded" role="form" action="/api/wxpay/toPay" method="POST" name="form86" id="form86"> 11743 <form enctype="application/x-www-form-urlencoded" role="form" action="/api/wxpay/toPay" method="POST" name="form86" id="form86">
11738 <div class="form-group"> 11744 <div class="form-group">
11739 - <label class="control-label" for="o_id">o_id</label>  
11740 - <input type="integer" class="form-control input-sm" id="o_id" required placeholder="订单id" name="o_id"> 11745 + <label class="control-label" for="amount">amount</label>
  11746 + <input type="integer" class="form-control input-sm" id="amount" required placeholder="充值金额" name="amount">
  11747 + </div>
  11748 + <div class="form-group">
  11749 + <label class="control-label" for="openid">openid</label>
  11750 + <input type="integer" class="form-control input-sm" id="openid" required placeholder="openid" name="openid">
11741 </div> 11751 </div>
11742 <div class="form-group"> 11752 <div class="form-group">
11743 <button type="submit" class="btn btn-success send" rel="86">提交</button> 11753 <button type="submit" class="btn btn-success send" rel="86">提交</button>
@@ -12025,7 +12035,7 @@ @@ -12025,7 +12035,7 @@
12025 12035
12026 <div class="row mt0 footer"> 12036 <div class="row mt0 footer">
12027 <div class="col-md-6" align="left"> 12037 <div class="col-md-6" align="left">
12028 - Generated on 2019-04-12 19:22:54 </div> 12038 + Generated on 2019-04-13 16:39:44 </div>
12029 <div class="col-md-6" align="right"> 12039 <div class="col-md-6" align="right">
12030 <a href="https://www.fastadmin.net" target="_blank">FastAdmin</a> 12040 <a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
12031 </div> 12041 </div>