package com.canrd.webmagic.common.constant; /** * 常用静态常量 * * @date 2018-12-26 */ public class ElAdminConstant { public static final String RESET_PASS = "重置密码"; public static final String RESET_MAIL = "重置邮箱"; /** * 用于IP定位转换 */ public static final String REGION = "内网IP|内网IP"; /** * 常用接口 */ public static class Url { public static final String SM_MS_URL = "https://sm.ms/api"; } }