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

'0041'

... ... @@ -135,6 +135,8 @@ class User extends Model
if (file_exists(cdnurl($data['avatar'],true))){
return cdnurl($value,true);
}
echo this_url().$value;
dd(file_exists(this_url().$value));
if (file_exists(this_url().$value)){
return this_url().$value;
}
... ...