xingzai hace 3 años
padre
commit
20dd3181ea
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      utils/constants.go

+ 5 - 0
utils/constants.go

@@ -55,3 +55,8 @@ var (
 	AccessKeyId     string = "LTAIFMZYQhS2BTvW"
 	AccessKeySecret string = "12kk1ptCHoGWedhBnKRVW5hRJzq9Fq"
 )
+
+//缓存key
+const (
+	CACHE_KEY_USER_VIEW = "user_view_record" //用户阅读数据
+)