소스 검색

后台聊天记录

lizhen_gitee 2 년 전
부모
커밋
e006af099c
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      application/admin/view/imlogc2c/showbody.html

+ 11 - 0
application/admin/view/imlogc2c/showbody.html

@@ -0,0 +1,11 @@
+<table class="table table-bordered">
+    <tr>
+        <td><?php
+            $body = json_decode($info['MsgBody'],true);
+            dump($body);
+
+        ?></td>
+    </tr>
+
+</table>
+