mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
Oauth接口驱动异常抛出添加命名空间
This commit is contained in:
@@ -57,7 +57,7 @@ class Douban extends Driver{
|
||||
unset($data['douban_user_id']);
|
||||
return $data;
|
||||
} else
|
||||
throw new Exception("获取豆瓣ACCESS_TOKEN出错:{$data['msg']}");
|
||||
throw new \Exception("获取豆瓣ACCESS_TOKEN出错:{$data['msg']}");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user