From b9a21addf196005f931c074e92a2458c13548476 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Wed, 31 Jul 2024 09:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E9=97=B4=E4=BB=B6=E5=A4=84=E7=90=86?= =?UTF-8?q?=E8=B7=A8=E5=9F=9F=E9=97=AE=E9=A2=982?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/apiadmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/apiadmin.php b/config/apiadmin.php index 489108a..218547d 100644 --- a/config/apiadmin.php +++ b/config/apiadmin.php @@ -29,7 +29,7 @@ return [ 'CROSS_DOMAIN' => [ 'Access-Control-Allow-Origin' => '*', 'Access-Control-Allow-Methods' => 'POST,PUT,GET,DELETE', - 'Access-Control-Allow-Headers' => 'Version, Access-Token, User-Token, Api-Auth, User-Agent, Keep-Alive, Origin, No-Cache, X-Requested-With, If-Modified-Since, Pragma, Last-Modified, Cache-Control, Expires, Content-Type, X-E4M-With', + 'Access-Control-Allow-Headers' => 'Version, Access-Token, User-Token, Api-Auth, User-Agent, Keep-Alive, Origin, No-Cache, X-Requested-With, If-Modified-Since, Pragma, Last-Modified, Cache-Control, Expires, Content-Type, X-E4M-With, token', 'Access-Control-Allow-Credentials' => 'true' ],