|
|
@ -111,7 +111,7 @@ public class InternalAuthProcessor extends AuthProcessor { |
|
|
|
.header(AppClientConstant.CLIENT,baseTokenDto.getClient()) |
|
|
|
.header(AppClientConstant.USER_ID,baseTokenDto.getUserId()); |
|
|
|
|
|
|
|
if (StringUtils.equals(baseTokenDto.getApp(), "gov")) {//工作端
|
|
|
|
if (StringUtils.equalsAny(baseTokenDto.getApp(), AppClientConstant.APP_GOV, AppClientConstant.APP_RESI)) {//工作端/居民端
|
|
|
|
if(StringUtils.isNotBlank(customerId)){ |
|
|
|
exchange.getRequest().mutate().header(AppClientConstant.CUSTOMER_ID, customerId); |
|
|
|
} |
|
|
|