作者 tangxvhui

更新

@@ -11,7 +11,7 @@ func init() { @@ -11,7 +11,7 @@ func init() {
11 //日志输出 11 //日志输出
12 web.Router("/log", &controllers.LoggerController{}, "Get:Output") 12 web.Router("/log", &controllers.LoggerController{}, "Get:Output")
13 // 13 //
14 - web.NSCtrlGet("/test1", func(ctx *context.Context) { 14 + web.Get("/test1", func(ctx *context.Context) {
15 s := redis.RunDemoScript() 15 s := redis.RunDemoScript()
16 ctx.WriteString(s) 16 ctx.WriteString(s)
17 }) 17 })