摘要: using Org.BouncyCastle.Crypto.Parameters;using Org.BouncyCastle.Security;using System;using System.Security.Cryptography;using System.Text;using Syste 阅读全文
posted @ 2023-03-30 18:26 L_L-J 阅读(1176) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json;using NLog;using System.Net;using System.Net.Http.Headers;using System.Text; namespace YiBo.PMS.CenterAgentApi.Common{ /// <summ 阅读全文
posted @ 2022-03-07 17:26 L_L-J 阅读(225) 评论(0) 推荐(0)
摘要: //post请求 //HttpClient client = new HttpClient(); //client.BaseAddress = new Uri("http://localhost:5000"); //client.DefaultRequestHeaders.Accept.Clear( 阅读全文
posted @ 2022-01-25 10:45 L_L-J 阅读(45) 评论(0) 推荐(0)