用户人脸回显

This commit is contained in:
sxu 2025-06-05 10:49:42 +08:00
parent 48beaaa42b
commit 0a0e980140
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class RemoteFileFallbackFactory implements FallbackFactory<RemoteFileServ
@Override @Override
public String getFullFileUrl(String fileUrl) { public String getFullFileUrl(String fileUrl) {
return "获取文件完整路径失败"; return "";
} }
}; };
} }