MCPcopy Create free account
hub / github.com/dearcode/candy / CheckNickName

Function CheckNickName

client/util.go:116–119  ·  view source on GitHub ↗

CheckNickName - 用户昵称校验

(nick string)

Source from the content-addressed store, hash-verified

114
115// CheckNickName - 用户昵称校验
116func CheckNickName(nick string) (int32, error) {
117 //TODO 后续完善
118 return util.ErrorOK, nil
119}

Callers 1

UpdateUserInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected