瀏覽代碼

转链

master
huangjiajun 5 月之前
父節點
當前提交
4ea740ebc5
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      chain_transfer/turn_chain.go

+ 4
- 3
chain_transfer/turn_chain.go 查看文件

@@ -345,10 +345,11 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str
}
}
fmt.Println("============"+zhios_third_party_utils.IntToStr(k+3), time.Since(now))
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, "\n\nhttp", "\thttp")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http")
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "http")
fmt.Println("============30", time.Since(now))

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


Loading…
取消
儲存