thinkphp5 for cors
composer require ayteam/aycors
php think cors:config
查看application/extra/cors.php这个文件是否存在, 如果不存在复制一份 config.php 到 application/extra
参考阅读 跨域资源共享 CORS 详解
return Cors::json(['code'=>1]); // 替代 return json(['code'=>1]);
thinkphp5 for cors
composer require ayteam/aycors
php think cors:config
查看application/extra/cors.php这个文件是否存在, 如果不存在复制一份 config.php 到 application/extra
参考阅读 跨域资源共享 CORS 详解
return Cors::json(['code'=>1]); // 替代 return json(['code'=>1]);