授权登录接口

/**
 * 授权登录
 * 返回用户公开信息(头像、昵称等)
 * @param method 回调js方法 
 */
authorization(String method)

Last updated