Parcourir la source

后台聊天记录

lizhen_gitee il y a 1 an
Parent
commit
e006af099c
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  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>
+