Browse Source

转链

master
huangjiajun 3 months ago
parent
commit
6e6d00dda5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      chain_transfer/turn_chain.go

+ 1
- 0
chain_transfer/turn_chain.go View File

@@ -85,6 +85,7 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str
isTikTok = "1"
}
split := strings.Split(reqCount, "\n")
reqCount = strings.ReplaceAll(reqCount, "\nhttp", "http")
isTao := 0
if strings.Contains(reqCount, "tb.cn") {
ex := strings.Split(reqCount, "tb.cn")


Loading…
Cancel
Save