未定义操作方法,此错误是对使用 codeigniter 4 的 curl 请求的响应

No Action Method Defined, this error is in response of a curl request using codeigniter 4

$curlRes = \Common::curlRequests($url, $headers, 'post', array('post_data' => $field_string, 'curl_timeout' => 60));

我这样做是为了将 curl 请求作为 POST 的一种方法,但我得到 未定义操作方法 作为回应。无法找到解决方案。尝试使用错误进行搜索:没有将操作方法​​定义为关键字。

经过多次尝试找到解决方案,才知道方法应该是POST而不是post.无法使用关键字 未定义操作方法.

找到解决方案