From 666374e9defbed1fc221be6d151b0fac871cb072 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Mon, 25 Apr 2022 19:46:08 +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 --- .../Controllers/ExchangeAccountController.cs | 2 +- .../Binance.TradeRobot.Model.xml | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Binance.TradeRobot.API/Controllers/ExchangeAccountController.cs b/Binance.TradeRobot.API/Controllers/ExchangeAccountController.cs index 64b17cb..416783f 100644 --- a/Binance.TradeRobot.API/Controllers/ExchangeAccountController.cs +++ b/Binance.TradeRobot.API/Controllers/ExchangeAccountController.cs @@ -55,7 +55,7 @@ namespace Binance.TradeRobot.API.Controllers /// /// /// - [HttpGet("{tradePolicy}")] + [HttpGet("{tradePolicy}/{exchangeId}")] public IList GetNoUsedExchangeAccountList([FromRoute] Enums.TradePolicy tradePolicy, [FromRoute] Enums.Exchange exchangeId) { return exchangeBusiness.GetNoUsedExchangeAccountList(tradePolicy, exchangeId); diff --git a/Binance.TradeRobot.Model/Binance.TradeRobot.Model.xml b/Binance.TradeRobot.Model/Binance.TradeRobot.Model.xml index 2e4f86b..cf27d2d 100644 --- a/Binance.TradeRobot.Model/Binance.TradeRobot.Model.xml +++ b/Binance.TradeRobot.Model/Binance.TradeRobot.Model.xml @@ -109,6 +109,16 @@ 信号周期 1m=0,3m=1,5m=2,15m=3,30m=4,1h=5,2h=6,4h=7,6h=8,8h=9,12h=10,1d=11,3d=12,1w=13,1M=14 + + + 交易所账号UID + + + + + 关联机器人Id + + 交易所Id @@ -494,6 +504,16 @@ 逐仓杠杆USDT资产 + + + 逐仓杠杆USDT + + + + + 关联机器人的交易对 + + 运行时长(s)