修改接口报错

This commit is contained in:
2025-09-18 16:35:33 +08:00
parent 008a6e0731
commit 66f8c800a3
9 changed files with 219 additions and 237 deletions

View File

@@ -158,7 +158,7 @@ public class Constants
/**
* 自动识别json对象白名单配置仅允许解析的包名范围越小越安全
*/
public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi" };
public static final String[] JSON_WHITELIST_STR = { "org.springframework", "com.ruoyi", "com.fizz" };
/**
* 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加)