|
SearchMode: searchMode, //搜索模式:0:精准搜索;1:模糊搜索
|
|
SearchMode: searchMode, //搜索模式:0:精准搜索;1:模糊搜索
|
|
WordsMode: wordsMode, //搜索关键词模式;默认0:包含所有,1:包含任意
|
|
WordsMode: wordsMode, //搜索关键词模式;默认0:包含所有,1:包含任意
|
|
AdditionalWords: wd.GetString("additionalWords"), //关键词:附加关键词(副:五组,每组最多15个字符)
|
|
AdditionalWords: wd.GetString("additionalWords"), //关键词:附加关键词(副:五组,每组最多15个字符)
|
|
saveData["selectType"] = strings.Join(jy.GetVipState(wd.Session(), *config.Middleground, userId).GetQueryItems(wd.GetString("selectType"), util.Int64All(config.Sysconfig["bidSearchOldUserLimit"])), ",")
|
|
saveData["selectType"] = strings.Join(jy.GetVipState(wd.Session(), *config.Middleground, userId).GetQueryItems(wd.GetString("selectType"), util.Int64All(config.Sysconfig["bidSearchOldUserLimit"])), ",")
|