rdluck 4 лет назад
Родитель
Сommit
a4d03011c7
1 измененных файлов с 1 добавлено и 0 удалено
  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
+	
 }