修复bug
This commit is contained in:
@@ -60,7 +60,7 @@ public class AliConfig {
|
||||
Client client = AliConfig.createClient();
|
||||
|
||||
// 1. 生成6位验证码
|
||||
String code = String.valueOf((int)((Math.random()*9+1)*100000));
|
||||
String code = String.valueOf((int)((Math.random()*9+1)*1000));
|
||||
|
||||
//String templateParam = "{\"name\":\"" + shopUser.getUsername() + "\",\"number\":\""+ shopUser.getPhone() +"\"}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user