Commit 5dffea43 authored by 王亮's avatar 王亮

fixed an issues.

parent 12bc509e
...@@ -26,6 +26,6 @@ public class OauthApiV2Controller { ...@@ -26,6 +26,6 @@ public class OauthApiV2Controller {
*/ */
@PostMapping("/login") @PostMapping("/login")
public JsonResult<LoginBean> login(@RequestBody LoginReq loginReq){ public JsonResult<LoginBean> login(@RequestBody LoginReq loginReq){
return JsonResult.buildSuccessResultGeneric(loginContext.login(loginReq)); return JsonResult.buildSuccessResultGeneric(loginContext.interLogin(loginReq));
} }
} }
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