你好,我运行了你的代码,可以运行,但是有个问题不明白,不知能否解惑。 // @router /reg [post] func (this *UserController) Registered() { 这个method因为没有对应,怎么会自动找到呢?
你好,我运行了你的代码,可以运行,但是有个问题不明白,不知能否解惑。
// @router /reg [post]
func (this *UserController) Registered() {
这个method因为没有对应,怎么会自动找到呢?