rdluck il y a 4 ans
Parent
commit
a4d03011c7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -252,4 +252,5 @@ func (this *ArticleController) InterviewApply() {
 	br.Ret = 200
 	br.Success = true
 	br.Data = resp
+	
 }