sunsheng 1 년 전
부모
커밋
5d76799af1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/api/router.go

+ 1 - 1
src/api/router.go

@@ -49,7 +49,7 @@ func RegRouters(svc *Service) {
 	// 考核记录列表
 	root.GETJWT("/exeamLog/list/:scope", ExeamLogList)
 
-	// 本年每月学习时长 type/year/uid
+	// 本年每月学习时长 *type/year/uid
 	root.GETJWT("/statistics/learn/process/:scope", StatisticsLearnProcess)
 	// 个人:上次学习时长 uid
 	root.GETJWT("/statistics/last/learnTime/:scope", StatisticsLastLearnTime)