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
@@ -20,7 +20,7 @@ class Token extends SmallProgram
'appid' => $this->payConfig->appId,
'secret' => $this->payConfig->appSecret
];
return $this->get('/api/getToken', $query);
return $this->get('api.q.qq.com', '/api/getToken', $query);
}
}