v1.1 注册-一天内同个注册数限制从20改成100
This commit is contained in:
@@ -63,7 +63,7 @@ import java.util.*;
|
||||
@Service
|
||||
public class AccountManageService {
|
||||
|
||||
private static final int maxRegisterCount = 20;
|
||||
private static final int maxRegisterCount = 100;
|
||||
|
||||
@Autowired
|
||||
private JedisService jedisService;
|
||||
|
Reference in New Issue
Block a user