/// <summary> /// API调用信息采集者的静态构造函数 /// </summary> static PageVisitGatherer() { config = new PageVisitGathererConfig(); }
/// <summary> /// API调用信息采集者的静态构造函数 /// </summary> static ApiCallGatherer() { config = new ApiCallGathererConfig(); }