Beispiel #1
0
 public static void GetIdenCode(string mmobileNum)
 {
     Utils.PostHttpRequest(URLFactory.FormatWebPhpUrl(URLFactory.WebServerPath, URLFactory.RequestIdenCodePhp),
                           URLFactory.FormatPhpParam(true, "phone", mmobileNum),
                           null);
 }