@@ -102,6 +102,12 @@ func MessageWithoutCode() {
//
// Date : 21:16 2022/6/25
func GetMessage(code any, defaultMessage ...string) string {
if nil == code {
return ""
}
if eCode, ok := code.(Code); ok {
code = eCode.Value
var (
inputCodeInfo Code
exist bool
The note is not visible to the blocked user.