WIN-2308041133\Administrator 1 tháng trước cách đây
mục cha
commit
ae34aeefbe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/api/controller/v1/user/UserController.php

+ 1 - 1
app/api/controller/v1/user/UserController.php

@@ -271,7 +271,7 @@ class UserController
             ['name', ''],
 //            ['uid', 0]
         ]);
-        $where['uid'] = (int)$request->uid();
+//        $where['uid'] = (int)$request->uid();
         return app('json')->success($this->services->getGiftProductList($where));
     }