Commit 46153297 by guojuxing

同步菜单免登录

parent a7f89bfd
......@@ -109,8 +109,8 @@ public class MenuController {
return RestResponse.success(getAppId(null, menuCode));
}
@RequestMapping("sync-menu-to-pro")
@IgnoreLogin
@RequestMapping("sync-menu-to-pro")
public RestResponse syncMenuToPro(String menuCode) {
return RestResponse.success(menuApiService.syncProductMenu(menuCode));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment