YurunHttp POST请求
<?php
$requestBody = array(
'lang' => 'php',
'ver' => 'any'
);
$http = HttpRequest::newSession();
$response = $http->post('http://www.baidu.com/', $requestBody);
<?php
$requestBody = array(
'lang' => 'php',
'ver' => 'any'
);
$http = HttpRequest::newSession();
$response = $http->post('http://www.baidu.com/', $requestBody);