|
@@ -593,7 +593,7 @@ export class MatchExtController implements BaseController {
|
|
|
* @property id 报名数据id
|
|
|
* @property {Object} details 决赛总分数详情
|
|
|
*/
|
|
|
- @Post('/step7/score/:match_id', { routerName: '决赛阶段-赛事进行' })
|
|
|
+ @Post('/step7/score/:match_id', { routerName: '决赛阶段-赛事进行-评委打分' })
|
|
|
async step7Score(@Param('match_id') match_id: string, @Body() data: object) {
|
|
|
/**
|
|
|
* 检查内容:
|