恢复代码
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user