vali 6 年之前
父節點
當前提交
a2d5a1cd8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()