[feat] ResFieldByAnys 类型移除
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ func (this ResField) ToStructField(tags ...string) reflect.StructField {
|
||||
typ = reflect.TypeOf(true)
|
||||
case contracts.ResDataType_Json:
|
||||
if this.Default != "" && this.Default[0:1] == "[" {
|
||||
typ = reflect.TypeOf(res_type.ResFieldByAnys{})
|
||||
typ = reflect.TypeOf([]any{})
|
||||
} else {
|
||||
typ = reflect.TypeOf(map[string]any{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user