修改租户id

This commit is contained in:
rain
2026-06-09 14:00:38 +08:00
parent 7f7fd61ec0
commit 0bf2f573ed
9 changed files with 133 additions and 13 deletions
+1 -1
View File
@@ -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;