diff --git a/chain_transfer/turn_chain.go b/chain_transfer/turn_chain.go index a0ba56c..418ea3c 100644 --- a/chain_transfer/turn_chain.go +++ b/chain_transfer/turn_chain.go @@ -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 {