vali 6 năm trước cách đây
mục cha
commit
a2d5a1cd8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/service/controller/History.php

+ 1 - 1
application/service/controller/History.php

@@ -92,7 +92,7 @@ class History extends Common
 
             return json(['code' => 1, 'data' => $data, 'msg' => '成功', 'serverList' => array_keys($servicelog)]);
         } catch (\Exception $e) {
-            return json(['code' => $code, 'data' => [$e->getMessage(), $redisconfig], 'msg' => $msg]);
+            return json(['code' => $code, 'data' => [$e->getMessage()], 'msg' => $msg]);
         }//end try
 
     }//end allConversation()