作者 lyh

gx

... ... @@ -550,7 +550,7 @@ if (!function_exists('str_replace_url')) {
*/
function str_replace_url($url)
{
if(!empty($url)){
if(empty($url)){
return '';
}
$cos = config('filesystems.disks.cos');
... ...