#%RAML 1.0 /code: /commit: get: description:获取关于某次代码作业的全部git提交记录信息 queryParameters: codeWorkId: type: integer description: 代码作业id groupId: type: integer description: 小组id is: [response: { typeName: 'CommitDetails[]' }]