| | |
| | | private String smsExtractSuccess;
|
| | | @Map("sms_extract_fail")
|
| | | private String smsExtractFail;
|
| | | @Map("sms_service_emergency")
|
| | | private String serviceEmergency;
|
| | | @Map("sms_appid")
|
| | | private String smsAppId;
|
| | | @Map("sms_appkey")
|
| | | private String smsAppKey;
|
| | | @Map("sms_sign")
|
| | | private String smsSign;
|
| | | @Map("sms_aliyun_accesskey_id")
|
| | | private String aliyunAppId;
|
| | | @Map("sms_aliyun_accesskey_secret")
|
| | | private String aliyunAppSecret;
|
| | | @Map("sms_aliyun_login_template_code")
|
| | | private String aliyunLoginTemplatecode;// 阿里云登录验证码模板
|
| | |
|
| | | public String getAliyunLoginTemplatecode() {
|
| | | return aliyunLoginTemplatecode;
|
| | | }
|
| | |
|
| | | public void setAliyunLoginTemplatecode(String aliyunLoginTemplatecode) {
|
| | | this.aliyunLoginTemplatecode = aliyunLoginTemplatecode;
|
| | | }
|
| | |
|
| | | public String getAliyunAppId() {
|
| | | return aliyunAppId;
|
| | | }
|
| | |
|
| | | public void setAliyunAppId(String aliyunAppId) {
|
| | | this.aliyunAppId = aliyunAppId;
|
| | | }
|
| | |
|
| | | public String getAliyunAppSecret() {
|
| | | return aliyunAppSecret;
|
| | | }
|
| | |
|
| | | public void setAliyunAppSecret(String aliyunAppSecret) {
|
| | | this.aliyunAppSecret = aliyunAppSecret;
|
| | | }
|
| | |
|
| | | public String getSmsExtractSuccess() {
|
| | | return smsExtractSuccess;
|
| | |
| | | this.smsExtract = smsExtract;
|
| | | }
|
| | |
|
| | | public String getServiceEmergency() {
|
| | | return serviceEmergency;
|
| | | }
|
| | |
|
| | | public void setServiceEmergency(String serviceEmergency) {
|
| | | this.serviceEmergency = serviceEmergency;
|
| | | }
|
| | |
|
| | | }
|