手机号脱敏隐藏

This commit is contained in:
Fn 2023-10-31 17:15:41 +08:00
parent 3052fbadae
commit 3530f05831

View File

@ -14,7 +14,7 @@ public class ZhangJunApplication {
public static void main(String[] args) {
SpringApplication.run(ZhangJunApplication.class, args);
SmsFactory.getBySupplier("zhangjun").sendMessage("17679318598", "154468");
SmsFactory.getBySupplier("zhangjun").sendMessage("17*****598", "154468");
}
}