This commit is contained in:
sion
2026-03-29 16:11:01 +08:00
parent d3d2765864
commit cb05e61285
152 changed files with 1232 additions and 217153 deletions

View File

@@ -91,4 +91,15 @@ class ApiEndpoints {
/// 获取默认钱包地址
static const String defaultWallet = '/api/wallet/default';
// ==================== 福利模块 ====================
/// 查询新人福利状态
static const String bonusStatus = '/api/bonus/status';
/// 领取新人福利
static const String bonusClaim = '/api/bonus/claim';
/// 每日盈亏
static const String dailyProfit = '/api/asset/daily-profit';
}