111
This commit is contained in:
@@ -64,6 +64,9 @@ class ApiEndpoints {
|
||||
/// 撤销限价委托
|
||||
static const String tradeCancel = '/api/trade/cancel';
|
||||
|
||||
/// 今日买入配额
|
||||
static const String buyQuota = '/api/trade/buy-quota';
|
||||
|
||||
// ==================== 資產模塊 ====================
|
||||
|
||||
/// 獲取資產總覽
|
||||
@@ -92,6 +95,9 @@ class ApiEndpoints {
|
||||
/// 申請提現
|
||||
static const String withdraw = '/api/fund/withdraw';
|
||||
|
||||
/// 提现前检查(45天规则)
|
||||
static const String withdrawCheck = '/api/fund/withdraw/check';
|
||||
|
||||
/// 取消訂單
|
||||
static const String cancelOrder = '/api/fund/cancel';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user