Jelajahi Sumber

测试自动部署系统

xingzai 3 tahun lalu
induk
melakukan
80e300ced9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

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