票务
This commit is contained in:
@ -12,7 +12,7 @@ import { Injectable } from '@angular/core';
|
||||
})
|
||||
export class EnvironmentService {
|
||||
// 应用ID
|
||||
private appId = `D40B4EFC33FC4803864934872A11B0CE`;
|
||||
private appId = `5800BF51DC9A494489700F09E3B81520`;
|
||||
// 租户ID
|
||||
private tenantId = `1352892699355607041`;
|
||||
private env: { appId: string; tenantId: string } = { appId: this.appId, tenantId: this.tenantId };
|
||||
|
||||
Reference in New Issue
Block a user