add - yisoop

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