wangchuanjin 9 сар өмнө
parent
commit
f411eabdce

+ 5 - 4
api/internal/config/config.go

@@ -11,10 +11,11 @@ type Config struct {
 		ServerCode string
 		Etcd       []string
 	}
-	CacheTimeOut     int
-	BuyerBatch       int
-	ProjectYearLimit int
-	EntNameList      []string
+	CacheTimeOut          string
+	BuyerBatch            int
+	ExportIdCachaPoolSize int
+	ProjectYearLimit      int
+	EntNameList           []string
 }
 
 type Db struct {