xiaogang 3 年之前
父節點
當前提交
f45606ee0e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Admin/Actions/Chat/ChatLog.php

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

xqd
@@ -54,6 +54,7 @@ class ChatLog extends LazyRenderable
                 }elseif ($res[0]['MsgType']=="TIMImageElem"){
                     //图像消息
                     $imgs = $res[0]['MsgContent']['ImageInfoArray'];
+                    dd($imgs);
                     $str = "";
                     if(count($imgs)>0){
                         foreach ($imgs as $item){