lichunlei 3 месяцев назад
Родитель
Сommit
670f867465
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Services/ApiInfoService.cs

+ 1 - 1
Services/ApiInfoService.cs

@@ -129,7 +129,7 @@ namespace Services
                             fieldType = field.fieldType ?? "",
                             reqParam = reqParam,
                             resParam = resParam,
-                            resType = field.fieldType ?? "",
+                            resType = "字段值",
                             checkAttribute = !string.IsNullOrEmpty(field.validateAttribute) ? field.validateAttribute.Split(',') : Array.Empty<string>(),
                             fieldDetail = field.fieldDetail ?? "",
                         });