| | |
| | | package com.yeshi.fanli.entity.config;
|
| | |
|
| | | import org.yeshi.utils.annotation.Map;
|
| | |
|
| | | /**
|
| | | * 验证码配置
|
| | | * |
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | public class SMSConfig {
|
| | | @Map("sms_login")
|
| | | private String smsLogin;
|
| | | @Map("sms_bind")
|
| | | private String smsBind;
|
| | | @Map("sms_extract")
|
| | | private String smsExtract;
|
| | | @Map("sms_extract_success")
|
| | | private String smsExtractSuccess;
|
| | | @Map("sms_extract_fail")
|
| | | private String smsExtractFail;
|
| | | @Map("sms_appid")
|
| | | private String smsAppId;
|
| | | @Map("sms_appkey")
|
| | | private String smsAppKey;
|
| | | @Map("sms_sign")
|
| | | private String smsSign;
|
| | |
|
| | | public String getSmsExtractSuccess() {
|
| | | return smsExtractSuccess;
|
| | | }
|
| | |
|
| | | public void setSmsExtractSuccess(String smsExtractSuccess) {
|
| | | this.smsExtractSuccess = smsExtractSuccess;
|
| | | }
|
| | |
|
| | | public String getSmsExtractFail() {
|
| | | return smsExtractFail;
|
| | | }
|
| | |
|
| | | public void setSmsExtractFail(String smsExtractFail) {
|
| | | this.smsExtractFail = smsExtractFail;
|
| | | }
|
| | |
|
| | | public String getSmsAppId() {
|
| | | return smsAppId;
|
| | | }
|
| | |
|
| | | public void setSmsAppId(String smsAppId) {
|
| | | this.smsAppId = smsAppId;
|
| | | }
|
| | |
|
| | | public String getSmsAppKey() {
|
| | | return smsAppKey;
|
| | | }
|
| | |
|
| | | public void setSmsAppKey(String smsAppKey) {
|
| | | this.smsAppKey = smsAppKey;
|
| | | }
|
| | |
|
| | | public String getSmsSign() {
|
| | | return smsSign;
|
| | | }
|
| | |
|
| | | public void setSmsSign(String smsSign) {
|
| | | this.smsSign = smsSign;
|
| | | }
|
| | |
|
| | | public String getSmsLogin() {
|
| | | return smsLogin;
|
| | | }
|
| | |
|
| | | public void setSmsLogin(String smsLogin) {
|
| | | this.smsLogin = smsLogin;
|
| | | }
|
| | |
|
| | | public String getSmsBind() {
|
| | | return smsBind;
|
| | | }
|
| | |
|
| | | public void setSmsBind(String smsBind) {
|
| | | this.smsBind = smsBind;
|
| | | }
|
| | |
|
| | | public String getSmsExtract() {
|
| | | return smsExtract;
|
| | | }
|
| | |
|
| | | public void setSmsExtract(String smsExtract) {
|
| | | this.smsExtract = smsExtract;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.entity.config; |
| | | |
| | | import org.yeshi.utils.annotation.Map; |
| | | |
| | | /** |
| | | * 验证码配置 |
| | | * |
| | | * @author Administrator |
| | | * |
| | | */ |
| | | public class SMSConfig { |
| | | @Map("sms_login") |
| | | private String smsLogin; |
| | | @Map("sms_bind") |
| | | private String smsBind; |
| | | @Map("sms_extract") |
| | | private String smsExtract; |
| | | @Map("sms_extract_success") |
| | | 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; |
| | | } |
| | | |
| | | public void setSmsExtractSuccess(String smsExtractSuccess) { |
| | | this.smsExtractSuccess = smsExtractSuccess; |
| | | } |
| | | |
| | | public String getSmsExtractFail() { |
| | | return smsExtractFail; |
| | | } |
| | | |
| | | public void setSmsExtractFail(String smsExtractFail) { |
| | | this.smsExtractFail = smsExtractFail; |
| | | } |
| | | |
| | | public String getSmsAppId() { |
| | | return smsAppId; |
| | | } |
| | | |
| | | public void setSmsAppId(String smsAppId) { |
| | | this.smsAppId = smsAppId; |
| | | } |
| | | |
| | | public String getSmsAppKey() { |
| | | return smsAppKey; |
| | | } |
| | | |
| | | public void setSmsAppKey(String smsAppKey) { |
| | | this.smsAppKey = smsAppKey; |
| | | } |
| | | |
| | | public String getSmsSign() { |
| | | return smsSign; |
| | | } |
| | | |
| | | public void setSmsSign(String smsSign) { |
| | | this.smsSign = smsSign; |
| | | } |
| | | |
| | | public String getSmsLogin() { |
| | | return smsLogin; |
| | | } |
| | | |
| | | public void setSmsLogin(String smsLogin) { |
| | | this.smsLogin = smsLogin; |
| | | } |
| | | |
| | | public String getSmsBind() { |
| | | return smsBind; |
| | | } |
| | | |
| | | public void setSmsBind(String smsBind) { |
| | | this.smsBind = smsBind; |
| | | } |
| | | |
| | | public String getSmsExtract() { |
| | | return smsExtract; |
| | | } |
| | | |
| | | public void setSmsExtract(String smsExtract) { |
| | | this.smsExtract = smsExtract; |
| | | } |
| | | |
| | | public String getServiceEmergency() { |
| | | return serviceEmergency; |
| | | } |
| | | |
| | | public void setServiceEmergency(String serviceEmergency) { |
| | | this.serviceEmergency = serviceEmergency; |
| | | } |
| | | |
| | | } |