vali 6 년 전
부모
커밋
9f16fd41ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/service/controller/History.php

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

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