Tag: 枪杀

我如何使用Guzzle在JSON中发送POST请求?

有没有人知道使用Guzzle post JSON的正确方法? $request = $this->client->post(self::URL_REGISTER,array( 'content-type' => 'application/json' ),array(json_encode($_POST))); 我从internal server error得到一个internal server error响应。 它使用Chrome Postman 。