testprint

This commit is contained in:
suyl
2021-07-08 15:52:50 +08:00
parent 986005d40e
commit 94bf08fecc
5 changed files with 81 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ func Init(r *gin.Engine) {
print.GET("/getPrinters", controllers.GetPrinters)
print.GET("/delPrinters", controllers.DelPrinters)
print.GET("/updatePrinter", controllers.UpdatePrinter)
print.GET("/testPrint", controllers.TestPrint)
//v1是不需要token的
v1 := r.Group("v1")