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