Commit 53907fcf authored by Fred's avatar Fred

初始化

parent d6ab3746
......@@ -104,7 +104,7 @@ public class UserController extends AbstractController {
* @param id
* @return
*/
@PostMapping("/reset")
@PutMapping("/reset")
public R reset(Long id) {
Assert.isNull(id, "必选选择一个用户");
......
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