Browse Source

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

王浩 1 year ago
parent
commit
4ad025bf01
3 changed files with 2 additions and 1 deletions
  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"`
 	}
 )
 

File diff suppressed because it is too large
+ 0 - 0
clueSync/config.json


Some files were not shown because too many files changed in this diff