diff --git a/Binance.TradeRobot.Model/Dto/Response/Exchange/ExchangeAPIKeyResponse.cs b/Binance.TradeRobot.Model/Dto/Response/Exchange/ExchangeAPIKeyResponse.cs index 65d8e03..7ca2013 100644 --- a/Binance.TradeRobot.Model/Dto/Response/Exchange/ExchangeAPIKeyResponse.cs +++ b/Binance.TradeRobot.Model/Dto/Response/Exchange/ExchangeAPIKeyResponse.cs @@ -3,7 +3,7 @@ public class ExchangeAPIKeyResponse : Db.ExchangeAPIKey { /// - /// 逐仓杠杆资产 + /// 逐仓杠杆USDT /// public decimal SpotMarginUSDT { get; set; }