shish hace 1 año
padre
commit
618986ac79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -81,7 +81,7 @@ class TestController extends BaseController
         } catch (\Exception $exception) {
         } catch (\Exception $exception) {
             $errMsg = $exception->getMessage();
             $errMsg = $exception->getMessage();
             noticeUtil::push('注意:' . $errMsg, '15280215347');
             noticeUtil::push('注意:' . $errMsg, '15280215347');
-            echo $errMsg;
+            echo "异常内容:".$errMsg;
         }
         }
     }
     }