huangjiajun 2 veckor sedan
förälder
incheckning
c7cf8058b7
2 ändrade filer med 4 tillägg och 1 borttagningar
  1. +3
    -0
      app/hdl/hdl_printer_list.go
  2. +1
    -1
      app/router/router.go

+ 3
- 0
app/hdl/hdl_printer_list.go Visa fil

@@ -63,3 +63,6 @@ func PrinterIndexToSend(c *gin.Context) {
func PrinterIndexCheck(c *gin.Context) {
svc.PrinterIndexCheck(c)
}
func ReplacePrinterContent(c *gin.Context) {
svc.ReplacePrinterContent(c)
}

+ 1
- 1
app/router/router.go Visa fil

@@ -205,5 +205,5 @@ func routeCommunityTeam(r *gin.RouterGroup) {
r.GET("/printer/record/screen", hdl.PrinterIndexRecordScreen) //打印机筛选
r.POST("/printer/send", hdl.PrinterIndexToSend) //打印机测试
r.POST("/printer/check", hdl.PrinterIndexCheck) //订
r.POST("/printer/doing", hdl.ReplacePrinterContent) //订
}

Laddar…
Avbryt
Spara