Commit ed38203f by guojuxing

添加中国国际区码常量

parent ea495937
......@@ -8,4 +8,8 @@ public class Constants {
public static String TOKEN_KEY = "enterprise:user:";
public static Integer NORMAL_STATUS = 1;
public static Integer DEL_STATUS = 0;
/**
* 中国国际区码
*/
public static String NATION_CODE = "+86";
}
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