|
@@ -208,7 +208,7 @@ export class MatchRegistrationController implements BaseController {
|
|
|
return list;
|
|
|
}
|
|
|
|
|
|
- @Get('/export/:match_id', { routerName: '导出赛事人员名单' })
|
|
|
+ @Post('/export/:match_id', { routerName: '导出赛事人员名单' })
|
|
|
@ApiTags('导出赛事人员名单')
|
|
|
async exportList(@Param('match_id') match_id: string, @Body() body: object) {
|
|
|
// 查询所有未被退回的报名信息
|