Sfoglia il codice sorgente

fix:全量扫描名称通配符错误

zzf 1 anno fa
parent
commit
dc2866e8be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      constant/constant.go

+ 1 - 1
constant/constant.go

@@ -6,7 +6,7 @@ const (
 	DefaultPassword       = "e10adc3949ba59abbe56e057f20f883e" //系统默认密码123456
 	FilterNameECG         = "BW-ECG*"
 	FilterNameEEG         = "MIND*"
-	FilterNameALL         = "BE-ECG*,MIND*"
+	FilterNameALL         = "BW-ECG*,MIND*"
 	BindUserInfoCmdPrefix = "e841aa" //绑定用户信息指令头
 	SetTimeCmdPrefix      = "e840"
 	StartCollectCmdPrefix = "e823"