修复阿里云发送退款失败短信后短信信息无法入库问题
This commit is contained in:
parent
1fff4d3549
commit
14ce1fc2b2
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user