lrf 3 kuukautta sitten
vanhempi
commit
aebfcdf4ec
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/controller/match/matchExt.controller.ts

+ 1 - 1
src/controller/match/matchExt.controller.ts

@@ -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) {
     /**
      * 检查内容: