This commit is contained in:
邹宗楠
2022-11-01 14:23:00 +08:00
parent 559e5ab7fa
commit f57cea0164
2 changed files with 10 additions and 7 deletions

View File

@@ -17,9 +17,12 @@ import (
)
const (
heartText = "1e000f02000151"
printText = "1e00180200"
printSuccessText = "1e001802000150"
heartText = "1e000f02000151" // 老版心跳
heartTextNew = "1e001a02000151" // 新版心跳
printText = "1e00180200" // 老版打印回调
printTextNew = "1e00190200" // 新版打印回调
printSuccessText = "1e001802000150" // 老版消息打印
printSuccessTextNew = "1e001902000150" // 新版消息打印
printErrWithoutPaper = "05"