示例#1
0
 public static string GetLoginURL(IEPType type = IEPType.DEVELOPMENT)
 {
     return(string.Format("http://{0}/login", mUserAuthIEP[(int)type]));
 }
示例#2
0
 public static string GetRegisterURL(IEPType type = IEPType.DEVELOPMENT)
 {
     return(string.Format("http://{0}/register", mUserAuthIEP[(int)type]));
 }
示例#3
0
 public static string GetServerListURL(IEPType type = IEPType.DEVELOPMENT)
 {
     return(string.Format("http://{0}/37wan/servers", mServerListIEP[(int)type]));
 }