Default Changelist

This commit is contained in:
2023-08-18 15:31:47 +08:00
parent 72a7c58bc4
commit b92ea7df9f
2 changed files with 81 additions and 82 deletions
+1 -1
View File
@@ -431,7 +431,7 @@ class Redhat extends SmallProgram
*/
public function redEnvelopes(): Result
{
$client = new Client('qpay.qq.com', 443, true);
$client = new Client('api.qpay.qq.com', 443, true);
$client->withHeader(['Content-Type' => 'application/json']);
$client->post($this->sendUrl, $this->generate());
$client->close();