拼团:拼团订单详情

This commit is contained in:
YunaiV
2024-01-13 19:34:27 +08:00
parent 93c721a526
commit 68eb1dceb7
4 changed files with 30 additions and 19 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const FileApi = {
// Authorization: token,
Accept : '*/*',
'tenant-id' :'1',
Authorization: 'Bearer test247',
// Authorization: 'Bearer test247',
},
success: (uploadFileRes) => {
debugger
+1 -1
View File
@@ -95,7 +95,7 @@ http.interceptors.request.use(
config.header['Accept'] = '*/*'
config.header['tenant-id'] = '1';
config.header['terminal'] = '20';
config.header['Authorization'] = 'Bearer test247';
// config.header['Authorization'] = 'Bearer test247';
}
return config;
},
+1 -1
View File
@@ -96,7 +96,7 @@ http.interceptors.request.use(
config.header['Accept'] = '*/*'
config.header['tenant-id'] = '1';
config.header['terminal'] = '20';
config.header['Authorization'] = 'Bearer test247';
// config.header['Authorization'] = 'Bearer test247';
}
return config;
},