摘要: 接口用POSTMan正常,代码超时,需要设置如下2个属性 ServicePointManager.DefaultConnectionLimit = 100; ServicePointManager.Expect100Continue = false; 阅读全文