Commit d7cc6515 by 吴博

feat: [1005434] 上邮验证码

parent a5b12ab5
...@@ -35,6 +35,19 @@ public class SendMessageDto implements Serializable{ ...@@ -35,6 +35,19 @@ public class SendMessageDto implements Serializable{
*/ */
private String phoneAreaCode; private String phoneAreaCode;
/*
签名
*/
private String signature;
public String getSignature() {
return signature;
}
public void setSignature(String signature) {
this.signature = signature;
}
public String getSmsTemplateCode() { public String getSmsTemplateCode() {
return smsTemplateCode; return smsTemplateCode;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment