|
@@ -97,6 +97,10 @@ class AwsS3
|
|
|
$this->bucket ='alipearl-images';
|
|
$this->bucket ='alipearl-images';
|
|
|
$link ='https://cdn.alipearlhair.com';
|
|
$link ='https://cdn.alipearlhair.com';
|
|
|
}
|
|
}
|
|
|
|
|
+ if($website=='wigginshair'){
|
|
|
|
|
+ $this->bucket ='wiggins-images';
|
|
|
|
|
+ $link ='https://cdn.wigginshair.com';
|
|
|
|
|
+ }
|
|
|
try {
|
|
try {
|
|
|
// 处理文件
|
|
// 处理文件
|
|
|
if ($file instanceof File) {
|
|
if ($file instanceof File) {
|