This commit is contained in:
huangsimin 2019-01-04 17:55:32 +08:00
parent 861cd53490
commit 19ecf60834

View File

@ -34,7 +34,7 @@ func (te *TaskEx) Init() {
func (te *TaskEx) Execute(glocal map[string]interface{}) imitater.ITask { func (te *TaskEx) Execute(glocal map[string]interface{}) imitater.ITask {
wf := te.Workflow(true) wf := te.Workflow(true)
kw := randomdata.StringSample("手游", "游戏推荐", "赚钱游戏", "武侠游戏", "战略游戏") kw := randomdata.StringSample("手游", "游戏推荐", "赚钱游戏", "武侠游戏", "战略游戏", "网游", "游戏", "单机游戏")
wf.GetQuery().Set("keyword", kw) wf.GetQuery().Set("keyword", kw)
log.Println(kw) log.Println(kw)