ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/tools/WeChatController.java
@@ -76,11 +76,11 @@ * @param weChatSendVo * @return */ @ApiOperation("微信公众号信息发送") @PostMapping("/sendMessageToFollowers") public AjaxResult sendMessageToFollowers(@RequestBody WeChatSendVo weChatSendVo) { return toAjax(weChatService.sendMessageToFollowers(weChatSendVo)); } // @ApiOperation("微信公众号信息发送") // @PostMapping("/sendMessageToFollowers") // public AjaxResult sendMessageToFollowers(@RequestBody WeChatSendVo weChatSendVo) { // return toAjax(weChatService.sendMessageToFollowers(weChatSendVo)); // } /**