Ver Fonte

feat:更新

wangshan há 3 anos atrás
pai
commit
827e53161d
2 ficheiros alterados com 10 adições e 10 exclusões
  1. 5 5
      jyBXBase/api/bxbase.api
  2. 5 5
      jyBXBase/api/internal/types/types.go

+ 5 - 5
jyBXBase/api/bxbase.api

@@ -90,11 +90,11 @@ type (
 	}
 	//首页最新招标信息
 	NewestReq {
-		City      string `json:"city,optional"`     //定位城市
-		IsSearch  int64  `json:"isSearch,optional"` //是否根据定位查询es
-		UserId    string `header:"userId,optional"` //用户id
-		AppId     string `header:"appId"`           //appId
-		EntUserId string `header:"entUserId"`       //商机管理用户 用户id:entUserId
+		City      string `json:"city,optional"`        //定位城市
+		IsSearch  int64  `json:"isSearch,optional"`    //是否根据定位查询es
+		UserId    string `header:"userId,optional"`    //用户id
+		AppId     string `header:"appId"`              //appId
+		EntUserId string `header:"entUserId,optional"` //商机管理用户 用户id:entUserId
 	}
 	//公共接口返回
 	CommonRes {

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

@@ -81,11 +81,11 @@ type AddSearchScreen struct {
 }
 
 type NewestReq struct {
-	City      string `json:"city,optional"`     //定位城市
-	IsSearch  int64  `json:"isSearch,optional"` //是否根据定位查询es
-	UserId    string `header:"userId,optional"` //用户id
-	AppId     string `header:"appId"`           //appId
-	EntUserId string `header:"entUserId"`       //商机管理用户 用户id:entUserId
+	City      string `json:"city,optional"`        //定位城市
+	IsSearch  int64  `json:"isSearch,optional"`    //是否根据定位查询es
+	UserId    string `header:"userId,optional"`    //用户id
+	AppId     string `header:"appId"`              //appId
+	EntUserId string `header:"entUserId,optional"` //商机管理用户 用户id:entUserId
 }
 
 type CommonRes struct {