Send a JSON request body. $http = new Client(); $response = $http->post( 'http://example.com/tasks', json_encode($data), ['type' => 'json'] );.
確定! 回上一頁