問(wèn)題描述 接口的文件夾在app下,文件夾名是api,自己測(cè)試127.0.0.1:8787正常返回holle webman,測(cè)試127.0.0.1:8787/api/index/cs 下面是api下的index.php 的代碼 namespace app\api\controller; class Index { public function cs() { return json(...