@@ -133,8 +133,8 @@ export const createAxiosByinterceptors = (config) => {
config.headers = {
...config.headers,
...handleConfig().header,
- ...getSign(config),
- 'XConversationId': uuidv4(),
+ // ...getSign(config),
+ 'x-conversation-id': uuidv4(),
'X-User': XUser(config),
};
return config;