songxingwei 2 years ago
parent
commit
4be310090a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/data/controller/api/Order.php

+ 0 - 1
app/data/controller/api/Order.php

@@ -192,7 +192,6 @@ class Order extends Auth
      */
     public function order_list(){
         $user = $this->getUser();
-        $user['id'] = 46;
         $status = input('status',1);
         $where= [];
         if(!empty($status)){