v1.0.3
This commit is contained in:
兔子
2023-04-06 20:52:20 +08:00
parent a67122f9e0
commit 184bb01d22

View File

@@ -62,6 +62,7 @@ func init() {
Struct.Slice = StructSlice Struct.Slice = StructSlice
Json.Encode = JsonEncode Json.Encode = JsonEncode
Json.Decode = JsonDecode Json.Decode = JsonDecode
Json.Get = JsonGet
Format.Query = FormatQuery Format.Query = FormatQuery
Parse.ParamsBefore = ParseParamsBefore Parse.ParamsBefore = ParseParamsBefore
Parse.Params = ParseParams Parse.Params = ParseParams