Open
Description
Go version
go version go1.23.4 windows/amd64
GoFrame version
2.8.2
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
type ListReq struct {
g.Meta `path:"article/list" method:"all"`
}
:8000 | ALL | /app/article
What did you see happen?
CURL GET OK
CURL POST OK
CURL PUT OK
What did you expect to see?
CURL GET OK
CURL POST NOT FOUND
CURL PUT NOT FOUND