恢复代码

This commit is contained in:
liaozetao
2023-11-23 16:10:38 +08:00
committed by khalil
parent 4f629e438a
commit 53848a0e40

View File

@@ -166,7 +166,7 @@ public class PhoneAuthApplyRecordAdiminService extends BaseService {
if (SmsTypeEnum.ALIYUN.name().equals(smsType)) {
if (Constant.PhoneAuthApplyStatus.pass.equals(status)) {
templateId = aliyunSmsConfig.getAuthSuccessTemplateCode();
params.put("authorization", "无需填写");
params.put("authorization", record.getAuthCode());
} else {
// 失败
templateId = aliyunSmsConfig.getAuthFailTemplateCode();