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()