api对接问题
2020-08-17 09:33 dandy_ni 阅读(120) 评论(0) 收藏 举报ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;
ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true;
浙公网安备 33010602011771号