generated from root/miduo_server
去掉审核时间限制
parent
e6b76f3098
commit
56f6e8c485
|
@ -51,7 +51,7 @@ public class MailController {
|
|||
/**
|
||||
* 审核时间限制,单位:秒
|
||||
*/
|
||||
private static int limitTime = 1;
|
||||
private static int limitTime = 0;
|
||||
|
||||
private static final int SERVER_MAIL = 1;
|
||||
private static final int PERSONAL_MAIL = 2;
|
||||
|
|
Loading…
Reference in New Issue