chore: function rename

This commit is contained in:
wwqgtxx
2023-06-19 08:32:11 +08:00
parent fe0f2d9ef9
commit d391fda051
3 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ func ParseRuleProvider(name string, mapping map[string]interface{}, parse func(t
}
vehicle = resource.NewHTTPVehicle(schema.URL, path)
} else {
path := C.Path.GetRandomPath("rules", schema.URL)
path := C.Path.GetPathByHash("rules", schema.URL)
vehicle = resource.NewHTTPVehicle(schema.URL, path)
}