From 7abbaaca4620f29886d4bd747396d176c0ae8a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 18 Aug 2023 19:50:25 +0800 Subject: [PATCH] Default Changelist --- wchat/qq/Redhat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());