Parcourir la Source

获取群主列表

houxiaohua il y a 2 semaines
Parent
commit
a45b8e8b57
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Service/ChatGroup/ChatGroupService.php

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

@@ -267,7 +267,7 @@ class ChatGroupService
267 267
             $corpIds = AdminManageCorp::where('sys_user_id', $sysGroupId)->where('is_delete', 0)->pluck('corpid');
268 268
             $accountList = AuthorizeCorp::select('corpid', 'corp_name')->where('enable', 1)
269 269
                 ->whereIn('id', $corpIds)->get();
270
-
270
+            var_dump($accountList);die;
271 271
             if(empty($accountList)) return [];
272 272
 
273 273
             $corpidList = $accountList->pluck('corpid');