rdluck 4 years ago
parent
commit
a4d03011c7
1 changed files with 1 additions and 0 deletions
  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
+	
 }