From ae67dce77b3755adbb4c8e0c1775568143d78778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 18 Aug 2023 16:58:36 +0800 Subject: [PATCH] Default Changelist --- wchat/qq/Redhat.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wchat/qq/Redhat.php b/wchat/qq/Redhat.php index 7de34e0..78e09a5 100644 --- a/wchat/qq/Redhat.php +++ b/wchat/qq/Redhat.php @@ -431,6 +431,11 @@ class Redhat extends SmallProgram */ public function redEnvelopes(): Result { + + var_dump(file_get_contents($this->config->getSslKey())); + var_dump(file_get_contents($this->config->getSslCert())); + var_dump(file_get_contents($this->config->getSslCa())); + $client = new Client('api.qpay.qq.com', 443, true); $client->withHeader(['Content-Type' => 'application/x-www-form-urlencoded']); $client->withSslKeyFile($this->config->getSslKey());