4db1d141 by chentao

no message

1 parent 999f642f
......@@ -42,6 +42,9 @@ public class RegisterUserController extends BaseController {
return R.ok();
}
/**
* 用户登录
*/
@SaIgnore
@PostMapping("/login")
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!