ziwen 1 year ago
parent
commit
65ff688044
1 changed files with 0 additions and 14 deletions
  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() {
-
-}