修改租户id
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ const CommonUtil = {
|
||||
const tenantId =
|
||||
typeof ApiClient !== 'undefined' && ApiClient.tenantId
|
||||
? ApiClient.tenantId
|
||||
: '000000';
|
||||
: '936208';
|
||||
const headers = { tenantId };
|
||||
if (token) headers.Authorization = `Bearer ${token}`;
|
||||
return headers;
|
||||
|
||||
Reference in New Issue
Block a user