update:同步CID用数据

This commit is contained in:
2025-11-06 16:02:12 +08:00
parent 4ac4386d3e
commit 86453b8115
2 changed files with 6 additions and 3 deletions

View File

@@ -16,10 +16,10 @@ const service = axios.create({
service.interceptors.request.use(
(config) => {
config.headers['company'] = 'carsafe';
config.headers['jobNumber'] = $wujie?.props?.USER_ID || '1980235559149838337';
config.headers['jobNumber'] = $wujie?.props?.USER_ID || '';
config.headers['token'] = $wujie?.props?.TOKEN || '';
config.headers['userId'] = $wujie?.props?.USER_ID || '1980235559149838337';
config.headers['tenantId'] = $wujie?.props?.TENANT_ID || '1979091834410176514';
config.headers['userId'] = $wujie?.props?.USER_ID || '';
config.headers['tenantId'] = $wujie?.props?.TENANT_ID || '';
return config;
},
(error) => {