mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 20:45:06 +08:00
update: hutool 5.6.1 ==> 5.7.22
This commit is contained in:
@ -132,7 +132,7 @@ public class JsonUtils {
|
||||
}
|
||||
|
||||
public static boolean isJson(String text) {
|
||||
return JSONUtil.isJson(text);
|
||||
return JSONUtil.isTypeJSON(text);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user