打印机
This commit is contained in:
@@ -25,4 +25,7 @@ func InitV4App(v2 *gin.RouterGroup) {
|
||||
temp.GET("/getUserTempList", app.PrinterTempController.GetUserTempList) // 获取用户模板,模板不足时填充系统模板
|
||||
temp.GET("/switchTemp", app.PrinterTempController.SwitchTemp) // 切换模板打印模板
|
||||
|
||||
// 打印机设置
|
||||
setting := v2.Group("/setting")
|
||||
setting.POST("updatePrintSetting", app.PrintSettingController.UpdatePrintSetting) // 打印机设置修改
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user