diff --git a/wchat/qq/Redhat.php b/wchat/qq/Redhat.php index 4a42786..f1c7f83 100644 --- a/wchat/qq/Redhat.php +++ b/wchat/qq/Redhat.php @@ -298,7 +298,7 @@ class Redhat extends SmallProgram */ public function redEnvelopes(): Result { - $client = new Client('api.qpay.qq.com', 443, true, true); + $client = new Client('api.qpay.qq.com', 443, true); $client->withHeader(['Content-Type' => 'application/x-www-form-urlencoded']); $client->withSslKeyFile($this->config->getSslKey()); $client->withSslCertFile($this->config->getSslCert());