以這種方式可以訪問:http://localhost/public/api/index/index 或 http://localhost/public/index.php/api/index/index 但用官方api實例的方式不能訪問:http://localhost/api/index/index
這種情況,請檢查一下你的偽靜態配置,下載.htaccess文件放到網站根目錄下面
將網站入口重定向至public目錄就可以解決了
thinkphp5.0在開啟重定向,apache下配置.htaccess
附件:偽靜態文件下載地址:https://files.cnblogs.com/files/yuan9580/%E4%BC%AA%E9%9D%99%E6%80%81%E6%96%87%E4%BB%B6.zip