linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/sms/controller/SmsSendController.java
@@ -105,4 +105,14 @@
   }
   @GetMapping("/batchSendNotice")
   @ApiOperationSupport(order = 1)
   @ApiOperation(value = "批量发送通知")
   public R<SmsTemplateVO> batchSendNotice(@RequestParam("templateId") Long smsTaskId) {
      Boolean aBoolean = iSmsSendService.batchSendNotice( smsTaskId);
      return R.status(aBoolean);
   }
}