Pārlūkot izejas kodu

获取群主列表

houxiaohua 2 nedēļas atpakaļ
vecāks
revīzija
692b17fe64
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
-
275
+            var_dump($ownerList);
276 276
             $data = [];
277 277
             foreach ($accountList as $account) {
278 278
                 $corpid = $account->corpid;