This commit is contained in:
xl
2023-11-14 12:39:28 +08:00
parent c3326a9b5a
commit f92fdab692
15 changed files with 245 additions and 272 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class Recharge extends SmallProgram
$this->orderNo = $orderNo;
$this->data['openid'] = $openId;
return $this->post($this->uniformer, $this->builder(), 'application/xml');
return $this->post('api.q.qq.com', $this->uniformer, $this->builder(), 'application/xml');
}