fix
This commit is contained in:
@@ -65,8 +65,8 @@ public class PCTestController {
|
||||
}
|
||||
|
||||
@GetMapping("/sendSms")
|
||||
public ResponseResult<Boolean> sendSms(){
|
||||
List<LineInterviewDO> interviewList = lineInterviewDAO.getInterviewRemindList(CommonConstants.FIVE);
|
||||
public ResponseResult<Boolean> sendSms(@RequestParam("startTime")String startTime, @RequestParam("endTime")String endTime){
|
||||
List<LineInterviewDO> interviewList = lineInterviewDAO.getInterviewRemindList(startTime, endTime);
|
||||
Map<String, String> templateParam = new HashMap<>();
|
||||
templateParam.put("pointName", "杭州门店A");
|
||||
List<SMSMsgEnum> smsMsgList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user