This commit is contained in:
邹宗楠
2023-03-27 09:31:27 +08:00
parent 82d2f9a674
commit 84c4376f08
5 changed files with 9 additions and 13 deletions

View File

@@ -172,6 +172,7 @@ func (a *API) GetPrinterStatus(printNo string) (status int64, err error) {
}
func (a *API) DoPrint(printNo, content string, orderNo int) (msgID string, err error) {
content = utils.FilterMb4(content)
result, err := a.AccessAPI("DoPrint", map[string]interface{}{
"print_no": printNo,
"content": content,