mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-21 14:29:15 +08:00
[更新]修正七牛云上传链接
This commit is contained in:
parent
5110f84d1e
commit
d3701c9091
@ -115,9 +115,9 @@ class FileService
|
||||
switch ($region) {
|
||||
case '华东':
|
||||
if ($isHttps) {
|
||||
return $isClient ? 'https:///upload.qiniup.com' : 'https://upload.qiniup.com';
|
||||
return $isClient ? 'https://upload.qiniup.com' : 'https://upload.qiniup.com';
|
||||
}
|
||||
return $isClient ? 'http:///upload.qiniup.com' : 'http://upload.qiniup.com';
|
||||
return $isClient ? 'http://upload.qiniup.com' : 'http://upload.qiniup.com';
|
||||
case '华北':
|
||||
if ($isHttps) {
|
||||
return $isClient ? 'https://upload-z1.qiniup.com' : 'https://up-z1.qiniup.com';
|
||||
|
Loading…
x
Reference in New Issue
Block a user