Default Changelist
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ class Redhat extends SmallProgram
|
|||||||
*/
|
*/
|
||||||
public function redEnvelopes(): Result
|
public function redEnvelopes(): Result
|
||||||
{
|
{
|
||||||
$client = new Client('api.qpay.qq.com', 443, true);
|
$client = new Client('api.qpay.qq.com', 443, true, 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());
|
||||||
$client->withSslCertFile($this->config->getSslCert());
|
$client->withSslCertFile($this->config->getSslCert());
|
||||||
|
|||||||
Reference in New Issue
Block a user