mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 06:12:48 +08:00
Oauth接口驱动异常抛出添加命名空间
This commit is contained in:
@@ -61,7 +61,7 @@ class Taobao extends Driver{
|
||||
unset($data['taobao_user_id']);
|
||||
return $data;
|
||||
} else
|
||||
throw new Exception("获取淘宝网ACCESS_TOKEN出错:{$data['error']}");
|
||||
throw new \Exception("获取淘宝网ACCESS_TOKEN出错:{$data['error']}");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user