|
@Post('/step5/order/:match_id', { routerName: '决赛阶段-组织决赛-人员排序' })
|
|
@Post('/step5/order/:match_id', { routerName: '决赛阶段-组织决赛-人员排序' })
|
|
async step5Order(@Param('match_id') match_id: string, @Body() data: object) {
|
|
async step5Order(@Param('match_id') match_id: string, @Body() data: object) {
|