1
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user