|
@@ -32,7 +32,7 @@ func RegRouters(svc *Service) {
|
|
|
|
|
|
// 学习记录
|
|
|
root.POSTJWT("/learnLog/create/:scope", CreateLearnLog)
|
|
|
- root.POSTJWT("/learnLog/sync/time/:scope", SyncLearnTime)
|
|
|
+ root.POSTJWT("/learnLog/sync/time/:id/:scope", SyncLearnTime)
|
|
|
|
|
|
// 考核试题管理
|
|
|
root.POSTJWT("/admin/test/create/:scope", CreateTest)
|