Zory 2 tuần trước cách đây
mục cha
commit
c3506ff0f4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/controller/mini/Auth.php

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

@@ -61,6 +61,9 @@ class Auth extends Base
                 "coupon"    => (new SaasOrderLife)->where("open_id",$openId)->where("status",1)->select()
             ]);
         } catch (\Throwable $throwable) {
+            echo getDateFull()."==授权登陆===".$throwable->getMessage()."\n";
+            echo getDateFull()."==授权登陆===".$throwable->getFile()."\n";
+            echo getDateFull()."==授权登陆===".$throwable->getLine()."\n";
             return error($throwable->getMessage());
         }
     }