3
0

Statistic-分析.md 422 B

Statistic - 系统分析

url 前缀:statistic

示例:https://xxxxxxxxx/api/statistic/xxxx

查看分析结果

get

Response

interface StatisticData {
  err: 0;
  res: {
    studentCount: number;
    teacherCount: number;
    examinationCount: number;
    resultCount: number;
    recordCount: number;
    javaProblemCount: number;
    pythonProblemCount: number;
  };
}