vpn cgi接口服务 报错信息调整

This commit is contained in:
leijun
2019-02-26 17:11:32 +08:00
parent 88199a222b
commit 9b2f41cd39
4 changed files with 671 additions and 9 deletions

View File

@@ -825,4 +825,8 @@ public final class Constants {
* 时间格式化
*/
public static final String COMMON_TIME_FORMAT = "HH:mm:ss";
/**
* vpn cgi接口报错信息
*/
public static final String CGI_ERROR = Configurations.getStringProperty("cgiError","");;
}