|
@@ -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
|