瀏覽代碼

关键词搜索

xyxie 3 月之前
父節點
當前提交
99104f28e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/eta_forum/eta_forum.go

+ 1 - 1
controllers/eta_forum/eta_forum.go

@@ -32,7 +32,7 @@ func (this *EtaForumController) UserChartList() {
 		br.Ret = 408
 		return
 	}
-	keyword := this.GetString("keyword")
+	keyword := this.GetString("Keyword")
 	pageSize, _ := this.GetInt("PageSize")
 	currentIndex, _ := this.GetInt("CurrentIndex")
 	businessCode := utils.BusinessCode