Default Changelist

This commit is contained in:
xl
2023-07-13 08:59:23 +08:00
parent b66d1de244
commit 90e05b1892
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class Account extends SmallProgram
public function getPublicUserInfo($openid): Result
{
$query = [
'access_token' => $this->getAccessToken(),
'access_token' => $this->config->getAccessToken(),
'openid' => $openid,
'lang' => 'zh_CN'
];