|
@@ -138,6 +138,7 @@ public class UserService {
|
|
|
JsonUtil.beanToJson(SmsDTO.builder()
|
|
|
.secretId(smsConfiguration.getSecretId())
|
|
|
.secretKey(smsConfiguration.getSecretKey())
|
|
|
+ .sdkAppId(smsConfiguration.getSdkAppId())
|
|
|
.signName(smsConfiguration.getSignName())
|
|
|
.templateId(smsConfiguration.getTemplateIdForCreate())
|
|
|
.phone(userPO.getPhone())
|
|
@@ -165,6 +166,7 @@ public class UserService {
|
|
|
JsonUtil.beanToJson(SmsDTO.builder()
|
|
|
.secretId(smsConfiguration.getSecretId())
|
|
|
.secretKey(smsConfiguration.getSecretKey())
|
|
|
+ .sdkAppId(smsConfiguration.getSdkAppId())
|
|
|
.signName(smsConfiguration.getSignName())
|
|
|
.templateId(smsConfiguration.getTemplateIdForCreate())
|
|
|
.phone(userPO.getPhone())
|