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());
         }
     }