xiaogang 4 năm trước cách đây
mục cha
commit
afe91d5a2d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();