1.优惠券接口联调

sws 2024-09-03
v1.0.0
sws 2024-09-03 17:27:17 +08:00
parent 30edc0c89a
commit 19fbf8c2c2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ service.interceptors.request.use(
config.url = config.url + symbol + 'token=' + temp_data.default.temp_token;
} else {
if (cookie) {
config.url = config.url + symbol + 'token=' + JSON.parse(cookie).token;
config.url = config.url + '&token=' + JSON.parse(cookie).token;
}
}
return config;