Guzzlehttp用post方法读取API

post方式读取API数据 use GuzzleHttp\Client; //... $beginDate = date('Y-m-d H:i:s', strtotime("-1 week")); $client = new Client(); $response = $client->post( 'uri', [ 'json' => [
相关文章
相关标签/搜索