随笔分类 - 03-API
摘要:朋友对接酷家乐接口,帮忙简单写的一个测试的请求接口通用类。 代码如下: //时间戳 public static long timeStamp = 0L; //账号信息 public const string appKey = "appKey"; public const string Appuid
阅读全文
摘要:private static ConcurrentDictionary<string, object> dictCache = new ConcurrentDictionary<string, object>(); #region 得到类里面的属性集合 /// <summary> /// 得到类里面
阅读全文
摘要://方法A:HttpClient(首选) using System.Net.Http; private static readonly HttpClient client = new HttpClient(); //POST ar values = new Dictionary<string, st
阅读全文

浙公网安备 33010602011771号