本地联调时 访问pudge apisix接口时 header 添加appVersion
This commit is contained in:
parent
f28d05f11d
commit
c1d3d03e30
@ -230,6 +230,7 @@ public class ContextInfoBuilderAspect {
|
||||
.header(AuthConstants.HEADER_WORKSPACE_ID, contextInfo.getWorkspaceId().toString())
|
||||
.header(AuthConstants.HEADER_OU_ID, contextInfo.getOuId().toString())
|
||||
.header(AuthConstants.HEADER_REQUEST_CODE, "") // 本地调试,传个空
|
||||
.header(AuthConstants.HEADER_APP_VERSION, originalRequest.getHeader(AuthConstants.HEADER_APP_VERSION))
|
||||
.header(AuthConstants.HEADER_SAAS_TENANT_ID, contextInfo.getSaasTenantId().toString());
|
||||
|
||||
// 期待未来前端补齐header之后,删掉这一行,以及相关代码
|
||||
|
||||
Loading…
Reference in New Issue
Block a user