From e87728266bc4696141720919290b6a5fa98f84ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 18 Aug 2023 16:59:47 +0800 Subject: [PATCH] Default Changelist --- composer.json | 2 +- wchat/qq/Redhat.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index df59960..5a8f22e 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require": { "php": ">= 8.0", - "game-worker/kiri-client": "~v2.6", + "game-worker/kiri-client": "dev-master", "game-worker/kiri-container": "~v1.9", "psr/container": "*" }, diff --git a/wchat/qq/Redhat.php b/wchat/qq/Redhat.php index 78e09a5..7de34e0 100644 --- a/wchat/qq/Redhat.php +++ b/wchat/qq/Redhat.php @@ -431,11 +431,6 @@ 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());