Commit-提交记录.md 342 B

Commit - 提交记录

url 前缀:commit

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

查看考试提交记录

get /commit/{commitId:\d+}

PathVariable

  • commitId: number,考试提交记录编号

Response

{
  "res": CommitSerializer,
}

see CommitSerializer