随笔分类 - C# - WebApi
摘要:1.App_Data文件夹下添加oauthconfig.json文件 [ { "Client_Key": "name", "Client_Secret": "password", "Client_IP": [], "Scope": [ "external" ] }, { "Client_Key":
阅读全文
摘要:在调用接口前设置TLS HttpClient client = new HttpClient(); HttpContent httpContent = new FormUrlEncodedContent(dic); ServicePointManager.SecurityProtocol = Sec
阅读全文
浙公网安备 33010602011771号