feat : wx login
This commit is contained in:
@@ -39,4 +39,13 @@ class CommonRedisKey
|
||||
{
|
||||
return '__system:activate:site:list';
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取微信access_token
|
||||
* @return string
|
||||
*/
|
||||
public static function getWxAccessToken(): string
|
||||
{
|
||||
return '__system:wx:AccessToken:';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user