...
|
...
|
@@ -9,200 +9,14 @@ import org.springframework.stereotype.Component; |
|
|
@Component("snsMobileConfig")
|
|
|
public class SnsMobileConfig {
|
|
|
|
|
|
/********************** 支付回调手机号 **********************/
|
|
|
@Value("${base_mobile}")
|
|
|
private String baseMobile;
|
|
|
|
|
|
@Value("${sendsms.alarm.paycallback}")
|
|
|
private String payCallBack;
|
|
|
public String getBaseMobile() {
|
|
|
return baseMobile;
|
|
|
}
|
|
|
|
|
|
/********************** 支付回调手机号 ********************/
|
|
|
|
|
|
/********************* 订单异常手机号 ***********************/
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.orderexception}")
|
|
|
private String orderException;
|
|
|
|
|
|
/********************* 订单异常手机号 ***********************/
|
|
|
|
|
|
/******************* 用户行为异常手机号 ***************/
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.userbehaviour}")
|
|
|
private String userBehaviour;
|
|
|
|
|
|
/******************** 用户行为异常手机号 **************/
|
|
|
|
|
|
/******************** 数据库异常手机号 *************/
|
|
|
@Value("${sendsms.alarm.mobile.dbexception}")
|
|
|
private String dbException;
|
|
|
|
|
|
/******************* 数据库异常手机号 **************/
|
|
|
|
|
|
/****************** 服务异常告警手机号 ***************/
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.product}")
|
|
|
private String serviceExcptnProduct;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.search}")
|
|
|
private String serviceExcptnSearch;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.guang}")
|
|
|
private String serviceExcptnGuang;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.users}")
|
|
|
private String serviceExcptnUsers;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.order}")
|
|
|
private String serviceExcptnOrder;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.sns}")
|
|
|
private String serviceExcptnSns;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.promotion}")
|
|
|
private String serviceExcptnPromotion;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.message}")
|
|
|
private String serviceExcptnMessage;
|
|
|
|
|
|
@Value("${sendsms.alarm.mobile.serviceexception.resources}")
|
|
|
private String serviceExcptnResources;
|
|
|
|
|
|
/******************** 服务异常告警手机号 ******************/
|
|
|
|
|
|
/********************Monitor模块告警手机号************************/
|
|
|
@Value("${sendsms.alarm.mobile.monitor.exception}")
|
|
|
private String monitorException;
|
|
|
/********************Monitor模块告警手机号************************/
|
|
|
|
|
|
/*******************Logs模块告警手机号************************/
|
|
|
@Value("${sendsms.alarm.mobile.logs.sns_send_failed}")
|
|
|
private String logsSnsSendFailed;
|
|
|
/*******************Logs模块告警手机号************************/
|
|
|
|
|
|
/*********************OpsManager开发程序员 手机号***************************/
|
|
|
@Value("${sendsms.alarm.mobile.ops_manager.developer}")
|
|
|
private String opsManagerDeveloper;
|
|
|
/*********************OpsManager开发程序员 手机号***************************/
|
|
|
|
|
|
|
|
|
/**
|
|
|
* dnspod sms
|
|
|
*/
|
|
|
@Value("${dnspod.mobile}")
|
|
|
private String dnspodMobile;
|
|
|
|
|
|
/**
|
|
|
* switch nginxConfig sms
|
|
|
*/
|
|
|
@Value("${nginx.config.switch.mobile}")
|
|
|
private String switchNginxConfigMobile;
|
|
|
|
|
|
/**
|
|
|
* jmxtrans sms
|
|
|
*/
|
|
|
@Value("${jmxtrans.mobile}")
|
|
|
private String jmxtransMobile;
|
|
|
|
|
|
@Value("${orderinfocheck.mobile}")
|
|
|
private String orderinfocheckMobile;
|
|
|
|
|
|
@Value("${base_mobile}")
|
|
|
private String baseMobile;
|
|
|
|
|
|
public String getOrderinfocheckMobile() {
|
|
|
return orderinfocheckMobile;
|
|
|
}
|
|
|
|
|
|
public String getPayCallBack() {
|
|
|
return payCallBack;
|
|
|
}
|
|
|
|
|
|
public String getOrderException() {
|
|
|
return orderException;
|
|
|
}
|
|
|
|
|
|
public String getUserBehaviour() {
|
|
|
return userBehaviour;
|
|
|
}
|
|
|
|
|
|
public String getDbException() {
|
|
|
return dbException;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnProduct() {
|
|
|
return serviceExcptnProduct;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnSearch() {
|
|
|
return serviceExcptnSearch;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnGuang() {
|
|
|
return serviceExcptnGuang;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnUsers() {
|
|
|
return serviceExcptnUsers;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnOrder() {
|
|
|
return serviceExcptnOrder;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnSns() {
|
|
|
return serviceExcptnSns;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnPromotion() {
|
|
|
return serviceExcptnPromotion;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnMessage() {
|
|
|
return serviceExcptnMessage;
|
|
|
}
|
|
|
|
|
|
public String getServiceExcptnResources() {
|
|
|
return serviceExcptnResources;
|
|
|
}
|
|
|
|
|
|
public String getDnspodMobile() {
|
|
|
return dnspodMobile;
|
|
|
}
|
|
|
|
|
|
public void setDnspodMobile(String dnspodMobile) {
|
|
|
this.dnspodMobile = dnspodMobile;
|
|
|
}
|
|
|
|
|
|
public String getJmxtransMobile() {
|
|
|
return jmxtransMobile;
|
|
|
}
|
|
|
|
|
|
public void setJmxtransMobile(String jmxtransMobile) {
|
|
|
this.jmxtransMobile = jmxtransMobile;
|
|
|
}
|
|
|
|
|
|
public String getSwitchNginxConfigMobile() {
|
|
|
return switchNginxConfigMobile;
|
|
|
}
|
|
|
|
|
|
public void setSwitchNginxConfigMobile(String switchNginxConfigMobile) {
|
|
|
this.switchNginxConfigMobile = switchNginxConfigMobile;
|
|
|
}
|
|
|
|
|
|
public String getOpsManagerDeveloper() {
|
|
|
return opsManagerDeveloper;
|
|
|
}
|
|
|
|
|
|
public String getMonitorException() {
|
|
|
return monitorException;
|
|
|
}
|
|
|
|
|
|
public String getLogsSnsSendFailed() {
|
|
|
return logsSnsSendFailed;
|
|
|
}
|
|
|
|
|
|
public String getBaseMobile() {
|
|
|
return baseMobile;
|
|
|
}
|
|
|
|
|
|
public void setBaseMobile(String baseMobile) {
|
|
|
this.baseMobile = baseMobile;
|
|
|
}
|
|
|
public void setBaseMobile(String baseMobile) {
|
|
|
this.baseMobile = baseMobile;
|
|
|
}
|
|
|
} |
...
|
...
|
|