using Model;
namespace BLL.Oauth
{
public interface IOauthService
Sys_User GetLoginInfo(string token, ref string message);
}