Ver Código Fonte

获取群主列表

houxiaohua 2 semanas atrás
pai
commit
dedfa8990c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Service/ChatGroup/ChatGroupService.php

+ 1 - 1
app/Service/ChatGroup/ChatGroupService.php

@@ -272,7 +272,7 @@ class ChatGroupService
272 272
 
273 273
             $corpidList = $accountList->pluck('corpid');
274 274
             $ownerList = ChatGroup::select('corpid', 'owner')->whereIn('corpid', $corpidList)->where('status', 1)->get();
275
-            var_dump($ownerList);
275
+            var_dump($ownerList);die;
276 276
             $data = [];
277 277
             foreach ($accountList as $account) {
278 278
                 $corpid = $account->corpid;