ソースを参照

获取群主列表

houxiaohua 2 週間 前
コミット
a45b8e8b57
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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');