|
@@ -168,7 +168,7 @@ public class UserService {
|
|
.secretKey(smsConfiguration.getSecretKey())
|
|
.secretKey(smsConfiguration.getSecretKey())
|
|
.sdkAppId(smsConfiguration.getSdkAppId())
|
|
.sdkAppId(smsConfiguration.getSdkAppId())
|
|
.signName(smsConfiguration.getSignName())
|
|
.signName(smsConfiguration.getSignName())
|
|
- .templateId(smsConfiguration.getTemplateIdForCreate())
|
|
|
|
|
|
+ .templateId(smsConfiguration.getTemplateIdForReset())
|
|
.phone(userPO.getPhone())
|
|
.phone(userPO.getPhone())
|
|
.build())
|
|
.build())
|
|
);
|
|
);
|