1
This commit is contained in:
@@ -135,7 +135,7 @@ function addAliyunOssWebsite($path): string
|
||||
if (empty($path)){
|
||||
return "";
|
||||
}
|
||||
return config('alibaba.oss.custom_domain_name') . '/' . $path;
|
||||
return config('alibaba.oss.custom_domain_name') . $path;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user