
对于 Guzzle <= 4:
$request = $this->client->post($url,array( 'content-type' => 'application/json' ),array());$request->setBody($data); #set body!$response = $request->send();return $response;
欢迎分享,转载请注明来源:内存溢出

对于 Guzzle <= 4:
$request = $this->client->post($url,array( 'content-type' => 'application/json' ),array());$request->setBody($data); #set body!$response = $request->send();return $response;
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)