This commit is contained in:
zhangchenbiao
2024-05-21 10:41:51 +08:00
parent 930649c479
commit 3182f050af
5 changed files with 42 additions and 2 deletions

View File

@@ -132,6 +132,9 @@ public class CommonService {
public void sendSms(List<String> poneNumbers, SMSMsgEnum templateCode, Map<String, String> templateParamMap){
log.info("templateCode:{}, request:{}, poneNumbers:{}", templateCode.getTitle(), JSONObject.toJSONString(templateParamMap), JSONObject.toJSONString(poneNumbers));
if(CollectionUtils.isEmpty(poneNumbers)){
return;
}
List<String> signNameList = new ArrayList<>();
signNameList.add("酷店掌");
AsyncClient client = null;