qifengquan 1 yıl önce
ebeveyn
işleme
22f18b9cae
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      public/index.php

+ 3 - 3
public/index.php

@@ -1,7 +1,7 @@
 <?php
-header("Access-Control-Allow-Origin:*");
-header("Access-Control-Allow-Methods:GET, POST, OPTIONS, DELETE");
-header("Access-Control-Allow-Headers:DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type, Accept-Language, Origin, Accept-Encoding");
+header('Access-Control-Allow-Origin:*');
+header('Access-Control-Allow-Methods:*');
+header('Access-Control-Allow-Headers:x-requested-with,content-type');
 // +----------------------------------------------------------------------
 // | ThinkPHP [ WE CAN DO IT JUST THINK ]
 // +----------------------------------------------------------------------