浏览代码

fix:传参修改

duxin 3 年之前
父节点
当前提交
5d9e6ff9c0
共有 2 个文件被更改,包括 2 次插入2 次删除
  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"`  //附件
 		FileExists   string `json:"fileExists,optional"`  //附件
 		Notkey       string `json:"notkey,optional"`      //排除词
 		Notkey       string `json:"notkey,optional"`      //排除词
 		Tabularflag  string `json:"tabularflag,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"`  //附件
 	FileExists   string `json:"fileExists,optional"`  //附件
 	Notkey       string `json:"notkey,optional"`      //排除词
 	Notkey       string `json:"notkey,optional"`      //排除词
 	Tabularflag  string `json:"tabularflag,optional"`
 	Tabularflag  string `json:"tabularflag,optional"`
-	InKey        string `json:"InKey,optional"`
+	InKey        string `json:"inKey,optional"`
 }
 }
 
 
 type CommonRes struct {
 type CommonRes struct {