@@ -1548,7 +1548,7 @@ func (this *UserController) CommnetList() {
br.Ret = 408
return
}
- commentType, _ := this.GetInt("CommentType")
+ commentType, _ := this.GetInt("CommentType", 1)
userId := this.User.UserId
commentlist, err := models.GetCommentList(userId, commentType)