## 众康手机注册可以重复;

This commit is contained in:
cabbage 2025-10-16 15:28:32 +08:00
parent 92f1d3c44b
commit 120f03ecce
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ public class RetailConstants {
/**
* 注册是否限制手机号重复
*/
public static final boolean LIMIT_TO_REG_PHONE_NUMBER = true;
public static final boolean LIMIT_TO_REG_PHONE_NUMBER = false;
}