Explorar el Código

测试自动部署系统

xingzai hace 3 años
padre
commit
80e300ced9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {