edit
This commit is contained in:
@ -62,7 +62,7 @@ export class BusinessInterceptor implements HttpInterceptor {
|
||||
const header: any = {
|
||||
appId: this.envSrv.env.appId,
|
||||
tenantId: this.envSrv.env.tenantId,
|
||||
enterpriseId: '0',
|
||||
enterpriseId: this.envSrv.env.enterpriseId,
|
||||
...position
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user