Zory 1 주 전
부모
커밋
3a2efe8e8f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/controller/mini/Order.php

+ 2 - 0
app/controller/mini/Order.php

@@ -89,6 +89,8 @@ class Order extends Base
                 "order"     => $order
             ]);
         } catch (\Throwable $throwable) {
+            echo $throwable->getLine()."\n";
+            echo $throwable->getFile()."\n";
             return error($throwable->getMessage());
         }
     }