Open anghoo opened 10 years ago
controllers\admin.go:48: cannot call non-function this.Controller.Ctx.Input.Params (type map[string]string)
所有的this.Ctx.Input.Params(":XX") 都会报错
beego 环境是对的
哪儿出错了呢?
改成[]可以了
controllers\admin.go:48: cannot call non-function this.Controller.Ctx.Input.Params (type map[string]string)
所有的this.Ctx.Input.Params(":XX") 都会报错
beego 环境是对的
哪儿出错了呢?
改成[]可以了