From ce41be1f6b310acae77243c61baf9ff28536fa96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 25 Jun 2024 09:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=B4=E9=83=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20=E5=90=8E=E7=AB=AF=E6=B7=BB=E5=8A=A0=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=89=BF=E6=8E=A5=E4=BA=BA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/httpRequest3.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/httpRequest3.js b/src/api/httpRequest3.js index 98afe0df..0b362130 100644 --- a/src/api/httpRequest3.js +++ b/src/api/httpRequest3.js @@ -21,6 +21,7 @@ function service(options = {}) { "content-type": "application/json", "Authorization": "Bearer "+token, "dataType":"json", + "dataSource":"PDA", "tenant-id":tenantId }; options.timeout = 300000