feat():测试

yuan
yuan 2024-08-31 23:55:31 +08:00
parent 7df082388a
commit ef11e6025f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class OSSFileCompile{
System.out.println("编译失败"); System.out.println("编译失败");
Result.error("编译失败"); Result.error("编译失败");
} }
return null; return Result.warn();
} }
} }