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