This commit is contained in:
2025-02-14 09:43:49 +08:00
parent 97037adbbb
commit 8fbfcbf285
19 changed files with 755 additions and 288 deletions

View File

@ -251,7 +251,7 @@ func handleTickerMessage(msg []byte) {
utility.SafeGoParam(binanceservice.JudgeSpotReduce, trades[index])
//加仓
utility.SafeGoParam(binanceservice.JudgeFutAddPosition, trades[index])
utility.SafeGoParam(binanceservice.JudgeSpotAddPosition, trades[index])
}
}
}