From 2364b1864faf2e3f4a6e32b8d6347d91d4d6b3e9 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Mon, 25 Apr 2022 17:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dto/Response/Exchange/ExchangeAPIKeyResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }