common中添加 静态常量
This commit is contained in:
@ -23,4 +23,13 @@ public interface Constants {
|
||||
String ACTUATOR_PROMETHEUS = "actuator/prometheus";
|
||||
String GET_USERINFO_API = "/v1/userinfo/refresh";
|
||||
String CHECK_TOKEN_CONFIG = "/v1/checkToken/getCheckTokenVo";
|
||||
/**
|
||||
* http请求
|
||||
*/
|
||||
public static final String HTTP = "http://";
|
||||
|
||||
/**
|
||||
* https请求
|
||||
*/
|
||||
public static final String HTTPS = "https://";
|
||||
}
|
||||
|
Reference in New Issue
Block a user