using System; using System.Collections.Generic; using System.Text; namespace Bowin.Common.ServiceToken { public interface IJwtUserService { List GetFunctionCodeMethod(T1 userId); T2 refreshUser(T1 userId); BowinToken GetToken(string logId, string logPwd); } }