删一些东西

This commit is contained in:
suyl
2021-07-08 11:41:25 +08:00
parent 9ad4d52352
commit 9aac434f1a
26 changed files with 1 additions and 3372 deletions

View File

@@ -1,21 +0,0 @@
package controllers
import (
beego "github.com/astaxie/beego/server/web"
)
type PrintController struct {
beego.Controller
}
// @Title 添加打印机
// @Description 添加打印机
// @Param app_id formData string true "应用ID"
// @Param timestamp formData int true "unix时间戳"
// @Param sign formData string true "签名"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /AddPrint [post]
func (c *PrintController) AddPrint() {
}