feat:短信

This commit is contained in:
苏竹红
2024-10-12 21:45:30 +08:00
parent beb9db2977
commit beb6ea7b03
13 changed files with 62 additions and 85 deletions

View File

@@ -73,9 +73,8 @@ public class PCTestController {
Map<String, String> templateParam = new HashMap<>();
templateParam.put("pointName", "杭州门店A");
List<SMSMsgEnum> smsMsgList = new ArrayList<>();
smsMsgList.add(SMSMsgEnum.SELECT_SUCCESS);
for (SMSMsgEnum value : smsMsgList) {
commonService.sendSms("17681878615", value, templateParam);
//commonService.sendSms("17681878615", value, templateParam);
}
return ResponseResult.success(Boolean.FALSE);
}