xingzai 3 yıl önce
ebeveyn
işleme
20dd3181ea
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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" //用户阅读数据
+)