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