We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
检查代码发现是配置文件有两个上传区域 ` public static function zone0() { return new self('http://up.qiniu.com', 'http://upload.qiniu.com'); }
public static function zone1() { return new self('http://up-z1.qiniu.com', 'http://upload-z1.qiniu.com'); }`
希望能在配置项配置而不是改变包
The text was updated successfully, but these errors were encountered:
我的是华北区
Sorry, something went wrong.
No branches or pull requests
检查代码发现是配置文件有两个上传区域
` public static function zone0()
{
return new self('http://up.qiniu.com', 'http://upload.qiniu.com');
}
希望能在配置项配置而不是改变包
The text was updated successfully, but these errors were encountered: