WIN-2308041133\Administrator преди 1 година
родител
ревизия
3ae780df32
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      application/api/controller/Lave.php

+ 4 - 4
application/api/controller/Lave.php

@@ -370,10 +370,10 @@ class Lave extends Api
     {
         $where = UtilService::getMore(
             [
-//                ['cid', 0],
-                ['cid', $this->cid],
-                ['uid', $this->auth->getUserinfo()['id']],
-//                ['uid', 0],
+                ['cid', 0],
+//                ['cid', $this->cid],
+//                ['uid', $this->auth->getUserinfo()['id']],
+                ['uid', 0],
             ], $request
         );
         if (!isset($where['uid'])) $this->error('用户不存在');