后台出现警告:Required request body is missing: public java.lang.String com.itheima.controller.UserController.toselectUser(com.itheima.domain.Users)
使用Requestbody时需要使用post提交,不能使用get提交,如果使用get提交就会出现这个问题,修改为使用post提交即可
使用Requestbody时需要使用post提交,不能使用get提交,如果使用get提交就会出现这个问题,修改为使用post提交即可