|
@@ -51,7 +51,7 @@ type ShowSearchScreen struct {
|
|
|
UserId string `header:"userId"`
|
|
|
AppId string `header:"appId"` //appId
|
|
|
Type string `json:"type,optional"`
|
|
|
- BidField string `json:"bidField"` // 领域化自动 medical- 医械通
|
|
|
+ BidField string `json:"bidField,optional"` // 领域化自动 medical- 医械通
|
|
|
}
|
|
|
|
|
|
type DelSearchScreen struct {
|
|
@@ -87,7 +87,7 @@ type AddSearchScreen struct {
|
|
|
WordsMode int `json:"wordsMode,optional"` // 搜索关键词模式;默认0:包含所有,1:包含任意
|
|
|
AdditionalWords string `json:"additionalWords,optional"` // 关键词:附加关键词(副:五组,每组最多15个字符)
|
|
|
RegionMap map[string]map[string][]string `json:"regionMap,optional"` //区域
|
|
|
- BidField string `json:"bidField"` // 领域化自动 medical- 医械通
|
|
|
+ BidField string `json:"bidField,optional"` // 领域化自动 medical- 医械通
|
|
|
}
|
|
|
|
|
|
type NewestReq struct {
|