4db1d141 by chentao

no message

1 parent 999f642f
...@@ -42,6 +42,9 @@ public class RegisterUserController extends BaseController { ...@@ -42,6 +42,9 @@ public class RegisterUserController extends BaseController {
42 return R.ok(); 42 return R.ok();
43 } 43 }
44 44
45 /**
46 * 用户登录
47 */
45 @SaIgnore 48 @SaIgnore
46 @PostMapping("/login") 49 @PostMapping("/login")
47 public R<Map<String, Object>> login(@Validated @RequestBody LoginBody loginBody) { 50 public R<Map<String, Object>> login(@Validated @RequestBody LoginBody loginBody) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!