Default Changelist

This commit is contained in:
2023-08-18 16:58:36 +08:00
parent 2ff7ceb66b
commit ae67dce77b
+5
View File
@@ -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());