Skip to content

Commit

Permalink
add more basic type
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzuochao committed Sep 8, 2020
1 parent 45df60e commit 174725c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tea/tea.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var hookDo = func(fn func(req *http.Request) (*http.Response, error)) func(req *
}

var basicTypes = []string{
"int", "int64", "float32", "float64", "string", "bool", "uint64",
"int", "int16", "int64", "int32", "float32", "float64", "string", "bool", "uint64", "uint32", "uint16",
}

// Verify whether the parameters meet the requirements
Expand Down

0 comments on commit 174725c

Please sign in to comment.