소스 검색

返回类型默认字段值

lichunlei 4 달 전
부모
커밋
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 ?? "",
                         });