- 修改易联云扫码错误

This commit is contained in:
gazebo
2019-07-26 13:57:46 +08:00
parent 339b45eea1
commit 6c143b5ed8

View File

@@ -132,7 +132,7 @@ func BindPrinter(ctx *jxcontext.Context, storeID int, data string) (printResult
err = fmt.Errorf("打印机类型:%d当前不支持", printerVendorID)
}
} else {
err = fmt.Errorf("打印机类型当前不支持")
err = fmt.Errorf("请扫描正确的二维码,如需要帮助,请联系运营!")
}
}
return printResult, err