duxin 3 éve
szülő
commit
5d9e6ff9c0
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      jyBXBase/api/bxbase.api
  2. 1 1
      jyBXBase/api/internal/types/types.go

+ 1 - 1
jyBXBase/api/bxbase.api

@@ -77,7 +77,7 @@ type (
 		FileExists   string `json:"fileExists,optional"`  //附件
 		Notkey       string `json:"notkey,optional"`      //排除词
 		Tabularflag  string `json:"tabularflag,optional"`
-		InKey        string `json:"InKey,optional"`
+		InKey        string `json:"inKey,optional"`
 	}
 
 	//公共接口返回

+ 1 - 1
jyBXBase/api/internal/types/types.go

@@ -68,7 +68,7 @@ type AddSearchScreen struct {
 	FileExists   string `json:"fileExists,optional"`  //附件
 	Notkey       string `json:"notkey,optional"`      //排除词
 	Tabularflag  string `json:"tabularflag,optional"`
-	InKey        string `json:"InKey,optional"`
+	InKey        string `json:"inKey,optional"`
 }
 
 type CommonRes struct {