|
@@ -127,7 +127,7 @@ service.interceptors.request.use(
|
|
|
appId: 'web_client',
|
|
|
AppSecret: 'fa0fc0b5098b974b',
|
|
|
// timestamp: 1735282548997,
|
|
|
- timestamp: new Date().getTime() + systemInfo.timeDifference,
|
|
|
+ timestamp: new Date().getTime() + (Number(systemInfo?.timeDifference) || 0),
|
|
|
})
|
|
|
const content = {
|
|
|
data: config.data,
|