修改发送短信逻辑 更改实体

master
bynt 1 year ago
parent b618e1a47a
commit d29def2798

@ -192,6 +192,7 @@ public class SaveToFileNewTask {
phoneList = Lists.newArrayList(Sets.newHashSet(list)); phoneList = Lists.newArrayList(Sets.newHashSet(list));
} }
if (CollectionUtil.isNotEmpty(phoneList)) { if (CollectionUtil.isNotEmpty(phoneList)) {
log.info("============= the random number as {} =============", Base64.encode(RandomUtil.randomEle(phoneList)));
batchSendToEncrypt(filePath, phoneList); batchSendToEncrypt(filePath, phoneList);
} }
} }

Loading…
Cancel
Save