mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
Oauth接口驱动异常抛出添加命名空间
This commit is contained in:
@@ -67,7 +67,7 @@ class Qq extends Driver{
|
||||
$data['openid'] = $this->getOpenId();
|
||||
return $data;
|
||||
} else
|
||||
throw new Exception("获取腾讯QQ ACCESS_TOKEN 出错:{$result}");
|
||||
throw new \Exception("获取腾讯QQ ACCESS_TOKEN 出错:{$result}");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user