|
@@ -149,7 +149,7 @@ export const createAxiosByinterceptors = (config) => {
|
|
|
...handleConfig().header,
|
|
|
// ...getSign(config),
|
|
|
// 'x-conversation-id': uuidv4(),
|
|
|
- 'X-User': XUser(config),
|
|
|
+ 'Parking-User': XUser(config),
|
|
|
'withCredentials': 'false'
|
|
|
};
|
|
|
return config;
|