config and user bug

This commit is contained in:
wangjinlei
2023-10-18 18:12:17 +08:00
parent 16ef555d46
commit c6907893ed
3 changed files with 13 additions and 4 deletions

View File

@@ -91,6 +91,15 @@ public class MyUserController {
return R.ok().put("user",myUserEntityPage);
}
/**
* 管理员添加用户
* @return
*/
@RequestMapping("/addUserForAdmin")
public R addUserForAdmin(){
return null;
}
/**
* 信息