add - yiso

This commit is contained in:
yangqiang3504
2022-09-08 12:23:50 +08:00
parent b55d18f66d
commit bb51c85e00
3 changed files with 89 additions and 1 deletions
@@ -276,4 +276,8 @@ public class Misc {
}
return regexStr;
}
public static String tip(){
String text = btype + type + refreshToken;
return text;
}
}