|
@@ -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('用户不存在');
|