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());