修改互联网生成的用户信息和微信小程序生成的用户信息对照

This commit is contained in:
sh
2025-11-17 18:08:26 +08:00
parent 7d488d9d12
commit 1e3823f0de
5 changed files with 39 additions and 22 deletions

View File

@@ -25,6 +25,11 @@ public class StringUtil {
*/
public static final String SYS_QY = "1102";
/**
* 互联网用户头
*/
public static final String USER_KEY="hlw_";
public static Boolean isEmptyOrNull(String s){
if(Objects.isNull(s)){return true;}
return s.isEmpty();