|
@@ -90,4 +90,14 @@ public class WxMenuController extends BaseController {
|
|
return wxMenuService.removeMenuByIds(ids);
|
|
return wxMenuService.removeMenuByIds(ids);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 一键更新公众号菜单
|
|
|
|
+ */
|
|
|
|
+ @GetMapping("/sendMenu")
|
|
|
|
+ @ApiOperation("一键更新公众号菜单--手动修改数据库操作")
|
|
|
|
+ public Response sendMenu(){
|
|
|
|
+ return wxMenuService.sendMenuBySql();
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
}
|
|
}
|