| | |
| | | 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")
|
| | |
| | | @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;
|
| | | }
|