|
|
@ -92,17 +92,16 @@ public class InternalAuthProcessor extends AuthProcessor { |
|
|
|
} |
|
|
|
logger.info("stringResult"+ JSON.toJSONString(stringResult)); |
|
|
|
} |
|
|
|
//市北数字社区的token 直接替换下
|
|
|
|
if (CustomerIdConstant.SHI_BEI_CUSTOMER_ID.equals(customerId)){ |
|
|
|
token = baseTokenDto.getToken(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (baseTokenDto != null) { |
|
|
|
customerId = baseTokenDto.getCustomerId(); |
|
|
|
} |
|
|
|
//市北数字社区的token 直接替换下
|
|
|
|
if (CustomerIdConstant.SHI_BEI_CUSTOMER_ID.equals(customerId)){ |
|
|
|
token = baseTokenDto.getToken(); |
|
|
|
} |
|
|
|
|
|
|
|
if (needAuth) { |
|
|
|
validateToken(baseTokenDto, token, expiration); |
|
|
|