config and user bug
This commit is contained in:
@@ -91,6 +91,15 @@ public class MyUserController {
|
||||
return R.ok().put("user",myUserEntityPage);
|
||||
}
|
||||
|
||||
/**
|
||||
* 管理员添加用户
|
||||
* @return
|
||||
*/
|
||||
@RequestMapping("/addUserForAdmin")
|
||||
public R addUserForAdmin(){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 信息
|
||||
|
||||
Reference in New Issue
Block a user