Browse Source

转链

master
huangjiajun 5 months ago
parent
commit
3002f243be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      chain_transfer/turn_chain.go

+ 1
- 1
chain_transfer/turn_chain.go View File

@@ -349,7 +349,7 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str
}
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\n\nhttp", "\thttp")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "http")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "\nhttp")
fmt.Println("============30", time.Since(now))

} else if matched != nil && len(matched) > 0 {


Loading…
Cancel
Save