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

com.quhaodian.user.data.service.OauthService Maven / Gradle / Ivy

There is a newer version: 1.8.7
Show newest version
package com.quhaodian.user.data.service;

import com.quhaodian.user.data.entity.UserInfo;

public interface OauthService {

    UserInfo login(String plug,String code);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy