liuxiulin 8 月之前
父節點
當前提交
c5f65e918f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/deviceStatus/deviceStatus.go

+ 1 - 1
pkg/deviceStatus/deviceStatus.go

@@ -6,7 +6,7 @@ import (
 )
 
 const (
-	KeyPrefix   = "device:status:"
+	KeyPrefix   = "status:device:"
 	dataExpires = 7200
 )