摘要: 1、发送消息 /// <summary> /// 普通模式 /// </summary> /// <param name="connFactory"></param> public void rabbitmq(IConnectionFactory connFactory) { using (ICon 阅读全文
posted @ 2022-03-10 15:30 PrintY 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 引用 Newtonsoft.Json // Post请求 public string PostResponse(string url,string postData,out string statusCode) { string result = string.Empty; //设置Http的正文 阅读全文
posted @ 2022-03-10 15:18 PrintY 阅读(52) 评论(0) 推荐(0) 编辑