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