TP API接口 实现跨域请求 header("Access-Control-Allow-Origin:*");

在入口文件加入以下代码即可

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");
原文地址:https://www.cnblogs.com/liuzheyan/p/13495496.html