1.修改字典放白 2.修改给山大提供的推荐岗位接口

This commit is contained in:
sh
2025-11-18 18:43:06 +08:00
parent 02f5ee320d
commit 8203fa5290
6 changed files with 30 additions and 6 deletions

View File

@@ -30,6 +30,11 @@ public class StringUtil {
*/
public static final String USER_KEY="hlw_";
/**
* 岗位互联网
*/
public static final String BASE_WW_GW="http://http://222.80.110.161:11111/kashi/job-portal/detail/";
public static Boolean isEmptyOrNull(String s){
if(Objects.isNull(s)){return true;}
return s.isEmpty();