xieruidong 2 years ago
parent
commit
7102ec849a
2 changed files with 4 additions and 4 deletions
  1. 1 1
      application/api/controller/object/Index.php
  2. 3 3
      public/api.html

+ 1 - 1
application/api/controller/object/Index.php

@@ -133,7 +133,7 @@ class Index extends Api
      * @ApiParams (name=address.mobile,description=手机号)
      * @ApiParams (name=address.name,description=姓名)
      * @ApiParams (name=voucher,description=打款凭证对象)
-     * @ApiParams (name=voucher.status,description=1通过2不通过)
+     * @ApiParams (name=voucher.status,description=0待审核1通过2不通过)
      * @ApiParams (name=voucher.remark,description="审核备注")
      * @ApiParams (name=voucher.image,description="凭证图片")
      */

+ 3 - 3
public/api.html

@@ -8510,7 +8510,7 @@
                                                         <td>voucher.status</td>
                                                         <td>string</td>
                                                         <td>是</td>
-                                                        <td>1通过2不通过</td>
+                                                        <td>0待审核1通过2不通过</td>
                                                     </tr>
                                                                                                         <tr>
                                                         <td>voucher.remark</td>
@@ -8828,7 +8828,7 @@
                                                         </div>
                                                                                                                 <div class="form-group">
                                                             <label class="control-label" for="voucher.status">voucher.status</label>
-                                                            <input type="string" class="form-control input-sm" id="voucher.status" required placeholder="1通过2不通过" name="voucher.status">
+                                                            <input type="string" class="form-control input-sm" id="voucher.status" required placeholder="0待审核1通过2不通过" name="voucher.status">
                                                         </div>
                                                                                                                 <div class="form-group">
                                                             <label class="control-label" for="voucher.remark">voucher.remark</label>
@@ -17157,7 +17157,7 @@
 
                 </div>
                 <div class="col-md-6" align="right">
-                    Generated on 2022-11-21 11:50:13 <a href="./" target="_blank">苏州屏酷有限公司</a>
+                    Generated on 2022-11-21 11:53:16 <a href="./" target="_blank">苏州屏酷有限公司</a>
                 </div>
             </div>