You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 15 Current »
CheckMap
多数据校验即支持同时对多条数据进行校验,需要给定校验规则,并且可以自定义出错时的错误信息。 其中比较重要且复杂的是校验规则参数的定义。
校验方法: https://pkg.go.dev/github.com/gogf/gf/v2/util/gvalid
func CheckMap(ctx context.Context, params interface{}, rules interface{}, messages ...CustomMsg) Error
params
map
rules
[]string
map[string]string
messages
CustomMsg
map[string]interface{}