后台-生成帐号-修改默认密码

This commit is contained in:
khalil
2025-03-17 15:01:23 +08:00
parent e68e72f208
commit 87f93d34b3

View File

@@ -87,7 +87,7 @@ public class AutoGenRobotService extends BaseService {
private void createRotAccount(Date date, AutoGenRobot autoGenRobot) throws Exception {
Long erbanNo = erBanNoService.getErBanNo();
String password = "1234567890.";
String password = "Qwe123";
if (autoGenRobot.getNick().length() > 15) {
return;
}