Browse Source

feat:xiugai

wangchuanjin 9 months ago
parent
commit
fa5eb80073
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/internal/config/config.go

+ 1 - 0
api/internal/config/config.go

@@ -11,6 +11,7 @@ type Config struct {
 		ServerCode string
 		Etcd       []string
 	}
+	CacheTimeOut int
 }
 
 type Db struct {