This commit is contained in:
suyl
2021-07-15 16:18:10 +08:00
parent d55fe9f988
commit b002522cf0

View File

@@ -83,6 +83,9 @@ func AddPrinter(appID int, printers []*model.Printer) (err error) {
}
func checkPrinterInfo(printNo, name, sound, sim string, volume int) (err error) {
if printNo != "" {
}
if sim != "" {
//if regexpMobile.FindString(sim) == "" {
return fmt.Errorf("暂不支持修改sim卡号码print_no : %v ", printNo)