@@ -54,6 +54,7 @@ func (this *ArticleController) Detail() {
br.Ret = 408
return
}
+
uid := user.UserId
articleId, err := this.GetInt("ArticleId")
if articleId <= 0 {