摘要: 一、nuget包引用,我这里用的版本比较老 二、使用 RestClient client = new RestClient(); client.Timeout = 5000; client.ReadWriteTimeout = 5000; client.BaseUrl = new Uri(" "); 阅读全文
posted @ 2025-03-18 15:58 MrKing& 阅读(75) 评论(0) 推荐(0)