Commit 8374286d by 田超

Merge branch 'feature/1005434' into 'master'

feat: [1005434] 上邮验证码

See merge request rays/pcloud-common-parent!227
parents a5b12ab5 d7cc6515
......@@ -35,6 +35,19 @@ public class SendMessageDto implements Serializable{
*/
private String phoneAreaCode;
/*
签名
*/
private String signature;
public String getSignature() {
return signature;
}
public void setSignature(String signature) {
this.signature = signature;
}
public String getSmsTemplateCode() {
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