get printmsg

This commit is contained in:
suyl
2021-07-08 16:15:54 +08:00
parent 94bf08fecc
commit 2d0824f82a
4 changed files with 107 additions and 0 deletions

View File

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