VERSION = "2.0"
GET_AUTH_CODE_URL = "https://graph.qq.com/oauth2.0/authorize"
GET_ACCESS_TOKEN_URL = "https://graph.qq.com/oauth2.0/token"
GET_OPENID_URL = "https://graph.qq.com/oauth2.0/me"
$urlUtils
$recorder
$error
__construct() : mixed
qq_login() : mixed
qq_callback() : mixed
get_openid() : mixed
Loading…