xingzai %!s(int64=3) %!d(string=hai) anos
pai
achega
20dd3181ea
Modificáronse 1 ficheiros con 5 adicións e 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" //用户阅读数据
+)