@ -37,7 +37,7 @@ func ObjectData(data interface{}) *ObjectType {
case reflect.Struct:
ot.byteData, _ = json.Marshal(ot.source)
default:
// 数据类型不是 nil / map / struct 质疑
// 数据类型不是 nil / map / struct 之一
ot.isValid = false
}
return ot
The note is not visible to the blocked user.