From 2275ed92d1721325d389dbf35e20a2fb9a17deec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 18 Aug 2023 17:47:42 +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 e4b7901..9f7031b 100644 --- a/wchat/qq/Redhat.php +++ b/wchat/qq/Redhat.php @@ -431,7 +431,7 @@ class Redhat extends SmallProgram */ public function redEnvelopes(): Result { - $client = new Client('api.qpay.qq.com', 443, true); + $client = new Client('api.qpay.qq.com', 443, true, true); $client->withHeader(['Content-Type' => 'application/x-www-form-urlencoded']); $client->withSslKeyFile($this->config->getSslKey()); $client->withSslCertFile($this->config->getSslCert());