ziwen 1 년 전
부모
커밋
65ff688044
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 14
      controllers/test.go

+ 0 - 14
controllers/test.go

@@ -1,14 +0,0 @@
-package controllers
-
-import "github.com/astaxie/beego"
-
-type TestControllers struct {
-	beego.Controller
-}
-
-// @Title 测试
-// @Description 测试
-// @router /login [post]
-func (this *TestControllers) Test() {
-
-}