xiaogang 4 سال پیش
والد
کامیت
afe91d5a2d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Admin/Actions/Chat/ChatLog.php

+ 1 - 1
app/Admin/Actions/Chat/ChatLog.php

xqd
@@ -10,7 +10,7 @@ class ChatLog extends LazyRenderable
     public function grid(): Grid
     {
         $data =new TencentImMessage();
-        $res = $data->getroammsg(1,1045);
+        $res = $data->getroammsg(1,1064);
         dd($res);
         return Grid::make(new \App\Models\UserInfoModel(), function (Grid $grid) {
             $grid->column('user_id', 'ID')->sortable();