Quellcode durchsuchen

后台聊天记录

lizhen_gitee vor 1 Jahr
Ursprung
Commit
e006af099c
1 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  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>
+