All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.healthy.common.security.social.qq.api.QQ Maven / Gradle / Ivy

package com.healthy.common.security.social.qq.api;

import com.healthy.common.security.social.qq.entity.QQUserInfo;

import java.io.IOException;

public interface QQ {
    /**
     * 获取用户信息
     *
     * @return QQUserInfo
     * @throws IOException
     */
    QQUserInfo getUserInfo() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy