Ver código fonte

Merge branch 'dev_v1.5.2_wh' of jianyu/datatools into feature/v1.5.2

王浩 1 ano atrás
pai
commit
4ad025bf01
3 arquivos alterados com 2 adições e 1 exclusões
  1. 1 1
      clueSync/autoTask.go
  2. 1 0
      clueSync/config.go
  3. 0 0
      clueSync/config.json

+ 1 - 1
clueSync/autoTask.go

@@ -372,7 +372,7 @@ func GetPositionName(seatNumber string) string {
 
 func Thaw() {
 	//3个工作日查询
-	k := 3
+	k := cfg.ThawDay
 	nowTime := time.Now()
 	for {
 		if k == 0 {

+ 1 - 0
clueSync/config.go

@@ -131,6 +131,7 @@ type (
 		AllocationCap int64             `json:"allocationCap"`
 		WarningValue  int64             `json:"warningValue"`
 		NameToMail    map[string]string `json:"nameToMail"`
+		ThawDay       int64             `json:"thawDay"`
 	}
 )
 

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
clueSync/config.json


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff