Commit ffff7474 by huangjinxin

fix:用户菜单设置

1 parent 3cd9e996
...@@ -199,7 +199,7 @@ public interface IUser { ...@@ -199,7 +199,7 @@ public interface IUser {
* *
* @return * @return
*/ */
@RequestMapping(value = "/pea-user/getSettings", method = RequestMethod.POST) @RequestMapping(value = "/pea-user/saveSetting", method = RequestMethod.POST)
Result saveSetting(@RequestBody UserMenuSettingInfo menuSettingInfo); Result saveSetting(@RequestBody UserMenuSettingInfo menuSettingInfo);
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!