Cherry 2 years ago
parent
commit
62711b19f1
2 changed files with 199 additions and 194 deletions
  1. 1 0
      application/api/controller/Pond.php
  2. 198 194
      public/api.html

+ 1 - 0
application/api/controller/Pond.php

@@ -280,6 +280,7 @@ class Pond extends Api
 
         $order_model = new Order();
         $list = $order_model->with(['userN'])->field('id,order_no,create_time,user_id,phone,number')
+            ->where('t_user_id', $this->auth->id)
             ->where('method_id', $method_id)
             ->where('eat', 2)
             ->order('id', 'DESC')

File diff suppressed because it is too large
+ 198 - 194
public/api.html


Some files were not shown because too many files changed in this diff