修复bug

This commit is contained in:
menxipeng
2025-09-24 20:20:53 +08:00
parent 0b75730d37
commit e6c413d907
12 changed files with 891 additions and 2 deletions

View File

@@ -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() +"\"}";