This commit is contained in:
suyl
2021-07-21 16:15:53 +08:00
parent 74b033f785
commit 85781aa3dc

View File

@@ -443,7 +443,7 @@ func buildMsg(printMsg *model.PrintMsg) (data []byte, err error) {
}
func replaceContentOther(content string) string {
return strings.ReplaceAll(content, "⃣", "")
return strings.ReplaceAll(content, "⃣", " ")
}
func getCheckSum(str string) (check string) {