Zory пре 2 недеља
родитељ
комит
c3506ff0f4
1 измењених фајлова са 3 додато и 0 уклоњено
  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());
         }
     }