Commit 40718015 authored by honghy's avatar honghy Committed by wux

bug282 阿里云英文短信签名缺失

parent 736ab5f3
......@@ -170,7 +170,6 @@ public class AliyunSmsClient extends AbstractSmsClient {
request.setSignName(properties.getSignatureEn());
}
String apiTemplateId = smsTemplateDTO.getApiTemplateId();
request.setSignName(properties.getSignature());
request.setTemplateCode(apiTemplateId);
request.setTemplateParam(JsonUtils.toJsonString(MapUtils.convertMap(templateParams)));
request.setOutId(String.valueOf(sendLogId));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment