作者 tangxvhui

微调

... ... @@ -8,4 +8,7 @@ import (
func init() {
//日志输出
web.Router("/log", &controllers.LoggerController{}, "Get:Output")
// web.NSCtrlGet("/test1", func() {
// })
}
... ...
... ... @@ -31,7 +31,7 @@ func init() {
web.NSCtrlPost("/target_user/evaluation-super", (*controllers.SummaryEvaluationController).GetTargetUserEvaluationSuper),
web.NSCtrlPost("/evaluation-super/all", (*controllers.SummaryEvaluationController).ListAllEvaluationSuper),
web.NSCtrlPost("/evaluation-super/all/export", (*controllers.SummaryEvaluationController).ExportAllEvaluationSuper),
web.NSCtrlPost("/evaluation-self/now", (*controllers.SummaryEvaluationController).ListExecutorEvaluationSelf),
web.NSCtrlGet("/evaluation-self/now", (*controllers.SummaryEvaluationController).ListExecutorEvaluationSelf),
//
)
web.AddNamespace(summaryNS)
... ...