Sfoglia il codice sorgente

返回类型默认字段值

lichunlei 3 mesi fa
parent
commit
670f867465
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 ?? "",
                         });