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' => [
相關文章
相關標籤/搜索