feat:短信
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user