完善腾讯上传;

This commit is contained in:
augushong
2022-07-11 22:02:24 +08:00
parent e78cc800f4
commit 1a8e8d6716
7 changed files with 143 additions and 31 deletions

View File

@@ -241,9 +241,9 @@ function build_upload_url($url)
case 'alioss':
$prefix_url = $config['alioss_domain'];
break;
// case 'alioss':
// $prefix_url = $config['alioss_domain'];
// break;
case 'txcos':
$prefix_url = $config['txcos_domain'];
break;
default:
# code...