|
@ -262,7 +262,6 @@ public class WlyyLoginEndpoint extends AbstractEndpoint {
|
|
|
*/
|
|
|
@RequestMapping(value = "/oauth/login", method = RequestMethod.POST)
|
|
|
public ResponseEntity<Oauth2Envelop<WlyyUserSimple>> login(@RequestParam Map<String, String> parameters, HttpSession httpSession) throws Exception {
|
|
|
try{
|
|
|
logger.info("login:登录进入1");
|
|
|
//图形验证码验证
|
|
|
String key = parameters.get("key");
|
|
@ -400,13 +399,7 @@ public class WlyyLoginEndpoint extends AbstractEndpoint {
|
|
|
String padImei = parameters.get("padImei");
|
|
|
//客户端类型 app,wx,pad,pc
|
|
|
userDetailsService.updateInfo(clientId,getuiClientType,padImei,loginType,wlyyUserSimple.getId(),baseLoginLogDO);
|
|
|
|
|
|
return getResponse(wlyyUserSimple);
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
return null;
|
|
|
|
|
|
}
|
|
|
|
|
|
|