修复阿里云发送退款失败短信后短信信息无法入库问题

This commit is contained in:
wen 2021-12-27 10:30:47 +08:00
parent 1fff4d3549
commit 14ce1fc2b2

View File

@ -243,6 +243,10 @@ public class XhpcSmsServiceImpl implements IXhpcSmsService {
String templateContent = "您的验证码是:" + code + "有效期为5分钟。如非本人操作可不用理会。";
return templateContent;
}
if (templateId == "SMS_231445428") {
String templateContent = "【小华充电】退款-尊敬的用户,当前退款人数较多,申请退款失败,请您重新提交申请!";
return templateContent;
}
throw new Exception("没有对应的模板id");