【更新】补充一个未提交的导包

pull/254/head
俞宝山 2025-04-18 00:46:12 +08:00
parent f01f636464
commit 6414fd7a91
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.Collection;
import java.util.Date;
import java.util.Map;
/**
@ -161,4 +162,4 @@ public class JacksonConfig {
String userAgent = request.getHeader("User-Agent");
return path.startsWith("/client/c/app/") || path.startsWith("/auth/c/");
}
}
}