This commit is contained in:
suyl
2021-07-21 16:18:58 +08:00
parent 85781aa3dc
commit 975c150a57

View File

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