更改模板id'tenant-id' :'162'

main
lenovo008\lenovo 2 months ago
parent 4a1fca0ffd
commit f25d1db25d

@ -16,7 +16,7 @@ const FileApi = {
header: {
// Accept: 'text/json',
Accept : '*/*',
'tenant-id' :'1',
'tenant-id' :'162',
// Authorization: 'Bearer test247',
},
success: (uploadFileRes) => {

@ -97,7 +97,7 @@ http.interceptors.request.use(
}
// TODO 芋艿:特殊处理
config.header['Accept'] = '*/*'
config.header['tenant-id'] = '1';
config.header['tenant-id'] = '162';
config.header['terminal'] = '20';
// config.header['Authorization'] = 'Bearer test247';
return config;

Loading…
Cancel
Save