封装函数 public static async Task captcha2(string VImage, int checkt = 0) { var secretKey = "b8*************"; //KEY var url = "https://2captcha.com/in.php?key=" + secretKey; var res = ""; using (HttpClient client = new HttpClient()) { var content = new MultipartF…