Commit b96d97e4 authored by 唐峰's avatar 唐峰

注销校验改为15天

parent 8fa6922d
...@@ -270,5 +270,5 @@ public interface Constants { ...@@ -270,5 +270,5 @@ public interface Constants {
/** /**
* 注销用户后再次允许注册时间间隔-天数 * 注销用户后再次允许注册时间间隔-天数
*/ */
long DELETE_USER_AGAIN_REGISTER_INTERVAL = 90; long DELETE_USER_AGAIN_REGISTER_INTERVAL = 15;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment