Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -84,7 +84,7 @@ public interface FastIotConstants { |
84 | 84 | |
85 | 85 | /** 定时任务白名单配置(仅允许访问的包名,如其他需要可以自行添加) */ |
86 | 86 | public static final String[] JOB_WHITELIST_STR = { |
87 | - "org.thingsboard.server.dao.util.yunteng.task" | |
87 | + "org.thingsboard.server.dao.util.yunteng.task","org.thingsboard.server.utils.yunteng" | |
88 | 88 | }; |
89 | 89 | /** http请求 */ |
90 | 90 | public static final String HTTP = "http://"; | ... | ... |