|
@@ -7,7 +7,7 @@ import java.util.Objects;
|
|
|
|
|
|
|
|
public class RandomStr {
|
|
public class RandomStr {
|
|
|
public static String getRandomStr(String code){
|
|
public static String getRandomStr(String code){
|
|
|
- List<String> list1 = List.of("07e3138d92454920b975c5a07d8c0e17", "835c9959339f495d921d6555c03aa6dc","411fbbd72e5d4de08beafa8e68fa7bc1");
|
|
|
|
|
|
|
+ List<String> list1 = List.of("07e3138d92454920b975c5a07d8c0e17", "835c9959339f495d921d6555c03aa6dc","411fbbd72e5d4de08beafa8e68fa7bc1","a87622f45ff2448191809090b6122786");
|
|
|
if(Objects.isNull(code)||!list1.contains(code)){
|
|
if(Objects.isNull(code)||!list1.contains(code)){
|
|
|
List<String> list = List.of("qq", "baidu", "weixin");
|
|
List<String> list = List.of("qq", "baidu", "weixin");
|
|
|
String s = list.get(RandomUtil.randomInt(0, list.size()));
|
|
String s = list.get(RandomUtil.randomInt(0, list.size()));
|