Blame view

src/main/java/com/canrd/webmagic/common/constant/ElAdminConstant.java 500 Bytes
谢茂盛 authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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";
    }
}