Commit 10d81eb6 by ddx

update request name

parent 881b4c72
......@@ -55,7 +55,7 @@ public class TokenController extends BaseClientController {
return result;
}
@RequestMapping(value ={"/getRealCookie", "/checkLoginInfo"} , method = RequestMethod.POST)
@RequestMapping(value ={"/getRealCookie", "/checkLoginInfo", "/realLogin"} , method = RequestMethod.POST)
@LogT
public JsonResult<String>getRealCookie(@RequestBody CookieReq cookieReq){
CrRpcResult crRpcResult = userClient.isSafe(cookieReq);
......
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