xieruidong 2 년 전
부모
커밋
8191927456
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      application/api/controller/object/Index.php
  2. 11 1
      public/api.html

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

@@ -73,6 +73,7 @@ class Index extends Api
      * @ApiParams (name=pay_time,description=支付时间)
      * @ApiParams (name=rec_time,description=收货时间)
      * @ApiParams (name=send_time,description=发货时间)
+     * @ApiParams (name=contract_link,description=合同链接)
      * @ApiParams (name=pay_type,description=支付方式1企业网银2微信3支付宝4银联5代付6线下支付)
      * @ApiParams (name=continue_expire_time,description=过期时间)
      * @ApiParams (name=status,description="状态:0待支付5待发货10待收货20已完成30已取消40退款退货")

+ 11 - 1
public/api.html

@@ -2745,6 +2745,12 @@
                                                         <td>发货时间</td>
                                                     </tr>
                                                                                                         <tr>
+                                                        <td>contract_link</td>
+                                                        <td>string</td>
+                                                        <td>是</td>
+                                                        <td>合同链接</td>
+                                                    </tr>
+                                                                                                        <tr>
                                                         <td>pay_type</td>
                                                         <td>string</td>
                                                         <td>是</td>
@@ -3049,6 +3055,10 @@
                                                             <input type="string" class="form-control input-sm" id="send_time" required placeholder="发货时间" name="send_time">
                                                         </div>
                                                                                                                 <div class="form-group">
+                                                            <label class="control-label" for="contract_link">contract_link</label>
+                                                            <input type="string" class="form-control input-sm" id="contract_link" required placeholder="合同链接" name="contract_link">
+                                                        </div>
+                                                                                                                <div class="form-group">
                                                             <label class="control-label" for="pay_type">pay_type</label>
                                                             <input type="string" class="form-control input-sm" id="pay_type" required placeholder="支付方式1企业网银2微信3支付宝4银联5代付6线下支付" name="pay_type">
                                                         </div>
@@ -12876,7 +12886,7 @@
 
                 </div>
                 <div class="col-md-6" align="right">
-                    Generated on 2022-09-27 17:08:19 <a href="./" target="_blank">后台管理</a>
+                    Generated on 2022-09-27 17:55:25 <a href="./" target="_blank">后台管理</a>
                 </div>
             </div>