update Test
This commit is contained in:
@ -34,7 +34,9 @@ type TestForm struct {
|
||||
Meta `tag:"测试表单" path:"/a/b/c/d" desc:"测试接口" method:"get" strict:"true"`
|
||||
Age int `json:"age" form:"age"`
|
||||
Name string `json:"name" form:"name"`
|
||||
Test any `json:"test" form:"test"`
|
||||
Test struct {
|
||||
L string `json:"l"`
|
||||
} `json:"test" form:"test"`
|
||||
}
|
||||
|
||||
func Test_parseController(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user