This commit is contained in:
sion
2026-04-23 00:44:39 +08:00
parent 685202dd55
commit 8047cfaa76
209 changed files with 2660 additions and 5560 deletions

View File

@@ -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';