|
@@ -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)
|