This commit is contained in:
suyl
2021-10-15 18:10:34 +08:00
parent ec971561bb
commit 2a38ee5c42
4 changed files with 125 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ func Init(r *gin.Engine) {
print.POST("/updatePrinter", controllers.UpdatePrinter)
print.POST("/testPrint", controllers.TestPrint)
print.GET("/getPrintMessages", controllers.GetPrintMessages)
print.GET("/getPrinterReport", controllers.GetPrinterReport)
//order
order := v2.Group("/order")
order.POST("/createOrder", controllers.CreateOrder)