namespace MyCode.Project.Services
{
public interface IApiLogService
/// <summary>
/// 解析API访问记录
/// </summary>
void ReadApiLog();
}