feat : wx login

This commit is contained in:
2024-11-27 15:20:46 +08:00
parent 9c175fdb78
commit 820b8d90dd
5 changed files with 170 additions and 5 deletions

View File

@@ -39,4 +39,13 @@ class CommonRedisKey
{
return '__system:activate:site:list';
}
/**
* 获取微信access_token
* @return string
*/
public static function getWxAccessToken(): string
{
return '__system:wx:AccessToken:';
}
}