فهرست منبع

返回类型默认字段值

lichunlei 3 ماه پیش
والد
کامیت
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 ?? "",
                         });