From f25d1db25d85787d201886746b9af1332e2bd41f Mon Sep 17 00:00:00 2001 From: "lenovo008\\lenovo" Date: Fri, 26 Jul 2024 17:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=A8=A1=E6=9D=BFid'tenant-i?= =?UTF-8?q?d'=20:'162'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-mall-uniapp-master/sheep/api/infra/file.js | 2 +- yudao-mall-uniapp-master/sheep/request/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;