作者 郭宇鹏
1 个管道 的构建 通过 耗费 1 秒

'0041'

... ... @@ -136,7 +136,9 @@ class User extends Model
return cdnurl($value,true);
}
echo this_url().$value;
dd(file_exists("https://cdn.fastadmin.net/assets/img/logo.png"));
$file = file_get_contents('https://cdn.fastadmin.net/assets/img/logo.png');
dd($file);
if (file_exists(this_url().$value)){
return this_url().$value;
}
... ...