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() {
-
-}