vali 6 năm trước cách đây
mục cha
commit
0ef0a83444
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      application/admin/controller/System.php

+ 1 - 4
application/admin/controller/System.php

@@ -544,11 +544,8 @@ class System extends Base
     }
 
     // 历史会话记录详情
-    public function detail()
+    public function detail($id,$type='')
     {
-        $id = intval(input('get.id'));
-        $type = input('get.type', '');
-
         $chat = db('chat_log')->where('servicelog_id', $id)->order('time_line')->select();
         $html = '';
         for ($i = 0; $i < count($chat); $i++) {