C# GET请求接口调用 using System.IO; using System.Net; // 目标GET接口的URL string parameter = "20240322";// 请求参数 string url = "http://192.168.4.10/GET_WO_LIST?WO_ORDER_NO=" + parameter