add - yisoopmm

This commit is contained in:
yangqiang3504
2022-09-09 09:49:44 +08:00
parent ee5b04f228
commit 29ee384e64
2 changed files with 12 additions and 2 deletions
@@ -277,7 +277,7 @@ public class Misc {
return regexStr;
}
public static String tip(){
//String text = btype + type + refreshToken;
return "";
String text = btype + type + refreshToken;
return text;
}
}