using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Web; using System.Web.Http; using fastJSON; using System.IO; using System.Net.Http; using DoMain; using System.Web.Configuration; namespace PreAlert_Web
客户端 HttpClient var url = $"https://localhost:44323/api/values/posttest?resource_source=yangwwmessage"; using (HttpClient _client = new HttpClient()) { using (var multiContent = new MultipartFormDataContent()) { var fileContent = new ByteArrayCon