Files
YunTongJackYunTask/Reportapi/MyCode.Project.Services/IServices/IApiLogService.cs
2025-07-04 10:47:18 +08:00

14 lines
205 B
C#

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