|
@ -615,12 +615,12 @@ public class WlyyLoginEndpoint extends AbstractEndpoint {
|
|
|
}
|
|
|
|
|
|
//删除个推cid
|
|
|
if(!StringUtils.isEmpty(token)){
|
|
|
/* if(!StringUtils.isEmpty(token)){
|
|
|
BaseLoginLogDO loginLogDO = baseLoginLogService.findByToken(token);
|
|
|
if(loginLogDO!=null){
|
|
|
userDetailsService.deleteCidByUser(loginLogDO.getUserId());
|
|
|
}
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
|
|
|
HttpHeaders headers = new HttpHeaders();
|