C#相关帮助文档(C#、.NET、Newtonsoft.Json.Linq)
摘要:一、官方在线文档查阅:https://docs.microsoft.com/zh-cn/documentation/ 二、Newtonsoft.Json.Linq帮助文档地址:https://www.newtonsoft.com/json/help/html/N_Newtonsoft_Json_Li
阅读全文
posted @
2020-10-29 10:08
没入门就放弃
阅读(829)
推荐(0)
C#中请求接口代码,并将返回报文解析
摘要:工作中用到的,记录下! //接口调用 private string InterfaceRequest(string url,string reqmsg,ref string errormsg) { try { Logger.WriteLine("[TsCustomer][CustomerPortra
阅读全文
posted @
2020-08-21 10:41
没入门就放弃
阅读(1817)
推荐(0)