zory 2 달 전
부모
커밋
9d36791f8e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/controller/mini/Notify.php

+ 3 - 0
app/controller/mini/Notify.php

@@ -77,6 +77,9 @@ class Notify extends Base
             }
             return json($return);
         } catch (\Throwable $e) {
+            echo $e->getMessage()."\n";
+            echo $e->getFile()."\n";
+            echo $e->getLine()."\n";
             return error($e->getMessage());
         }
     }