Default Changelist

This commit is contained in:
2023-08-18 16:59:47 +08:00
parent ae67dce77b
commit e87728266b
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
}, },
"require": { "require": {
"php": ">= 8.0", "php": ">= 8.0",
"game-worker/kiri-client": "~v2.6", "game-worker/kiri-client": "dev-master",
"game-worker/kiri-container": "~v1.9", "game-worker/kiri-container": "~v1.9",
"psr/container": "*" "psr/container": "*"
}, },
-5
View File
@@ -431,11 +431,6 @@ class Redhat extends SmallProgram
*/ */
public function redEnvelopes(): Result 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 = new Client('api.qpay.qq.com', 443, true);
$client->withHeader(['Content-Type' => 'application/x-www-form-urlencoded']); $client->withHeader(['Content-Type' => 'application/x-www-form-urlencoded']);
$client->withSslKeyFile($this->config->getSslKey()); $client->withSslKeyFile($this->config->getSslKey());