WIN-2308041133\Administrator 1 month ago
parent
commit
3ae780df32
1 changed files with 4 additions and 4 deletions
  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('用户不存在');