huangjiajun 5 месяцев назад
Родитель
Сommit
3002f243be
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      chain_transfer/turn_chain.go

+ 1
- 1
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 {


Загрузка…
Отмена
Сохранить