Browse Source

后台聊天记录

lizhen_gitee 2 năm trước cách đây
mục cha
commit
e006af099c
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  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>
+