瀏覽代碼

feat:xiugai

wangchuanjin 9 月之前
父節點
當前提交
f411eabdce
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      api/internal/config/config.go

+ 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 {