|
@@ -65,7 +65,7 @@ public class ChildrenReserveController extends BaseController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "发送短信和推送")
|
|
|
- @GetMapping("/sendMsg")
|
|
|
+ @PostMapping("/sendMsg")
|
|
|
@PreAuthorize("@pcs.hasPermissions('childrenReserve/sendMsg')")
|
|
|
public HttpResponseResult sendMsg(@RequestBody List<ChildrenDayMsgDto> msgDto) {
|
|
|
return succeed(childrenDayReserveService.sendMsg(msgDto));
|