diff --git a/yudao-mall-uniapp-master/sheep/api/infra/file.js b/yudao-mall-uniapp-master/sheep/api/infra/file.js index a4bac46..8b1d475 100644 --- a/yudao-mall-uniapp-master/sheep/api/infra/file.js +++ b/yudao-mall-uniapp-master/sheep/api/infra/file.js @@ -16,7 +16,7 @@ const FileApi = { header: { // Accept: 'text/json', Accept : '*/*', - 'tenant-id' :'1', + 'tenant-id' :'162', // Authorization: 'Bearer test247', }, success: (uploadFileRes) => { diff --git a/yudao-mall-uniapp-master/sheep/request/index.js b/yudao-mall-uniapp-master/sheep/request/index.js index 99c38a4..c1c9219 100644 --- a/yudao-mall-uniapp-master/sheep/request/index.js +++ b/yudao-mall-uniapp-master/sheep/request/index.js @@ -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;