xiaogang 4 lat temu
rodzic
commit
1f2f4159c5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Repositories/ImMessage.php

+ 1 - 0
app/Repositories/ImMessage.php

xqd
@@ -30,6 +30,7 @@ class ImMessage extends Repository
         $perPage = $model->getPerPage();
 
         $data =new TencentImMessage();
+        dd($data);
         $res = $data->getroammsg($this->user_id,$this->to_user_id);
 
        return $model->makePaginator('',$res);