💰 账户余额
{{ userInfo.balance_usdt?.toFixed(2) || '0.00' }} USDT
📊 今日发送
{{ dashboard.today?.total || 0 }} 条
✅ 今日成功
{{ dashboard.today?.success || 0 }} 条
❌ 今日失败
{{ dashboard.today?.failed || 0 }} 条
📈 累计发送
{{ userInfo.sms_count_total || 0 }} 条
📡 平台信息
平台服务:
{{ dashboard.api_info?.protocol || 'SMScloud 平台统一发送' }}
服务状态:
● {{ dashboard.api_info?.status || '在线' }}
发送速度:
{{ dashboard.api_info?.speed || '高并发' }}
连接节点:
{{ dashboard.api_info?.nodes || 3 }}
单价:
{{ dashboard.price_per_sms_usdt?.toFixed(4) || '0.0050' }} USDT/条
发送短信
查看记录
📋 发送记录
查询
重置
#{{ row.id }}
{{ getFirstPhone(row) }}
{{ row.signature || '无' }}
{{ row.sms_type }}
{{ row.channel === 'ddmk' ? 'DDMK' : (row.channel === 'rtl' ? 'RTL' : '自动') }}
{{ row.total_count }}
{{ row.cost_usdt?.toFixed(4) || '0.0000' }}
{{ getStatusText(row.status) }}
{{ row.created_at }}
详情
👤 用户信息
{{ userInfo.username }}
{{ isAdmin ? '管理员' : '普通用户' }}
{{ userInfo.balance_usdt?.toFixed(2) || '0.00' }} USDT
{{ userInfo.sms_count_total || 0 }} 条
{{ userInfo.sms_count_success || 0 }} 条
{{ userInfo.created_at || '-' }}
刷新数据
🔋 SIM 卡充值
立即充值
📋 充值记录
{{ row.status === 'success' ? '成功' : (row.status === 'pending' ? '待处理' : '失败') }}
👥 用户管理
创建用户
{{ row.balance_usdt?.toFixed(2) }}
{{ row.sms_count_total }}
{{ row.status === 'active' ? '正常' : '禁用' }}
编辑
充值
{{ row.status === 'active' ? '禁用' : '启用' }}
删除
💲 价格管理
➕ 添加
{{ row.price_usdt.toFixed(4) }}
保存
删除
🔌 发送通道管理
{{ row.type === 'rtl' ? 'API' : 'SIM卡网关' }}
{{ row.status === 'active' ? '启用' : '停用' }}
{{ channelStatus[row.type]?.message || '未知' }}
未检测
检测
各国专属价格 (0表示使用全局价格)
取消
保存
保存
创建
用户:{{ rechargeUser.username }}
确认充值
#{{ currentRecord.id }}
{{ getStatusText(currentRecord.status) }}
{{ currentRecord.phone_numbers || '-' }}
{{ currentRecord.signature || '无' }}
{{ currentRecord.content || '-' }}
{{ currentRecord.total_count }}
{{ currentRecord.success_count }}
{{ currentRecord.fail_count }}
{{ (currentRecord.cost_usdt || 0).toFixed(4) }}
{{ currentRecord.status === 'success' ? '已送达运营商' : '发送失败' }}
{{ currentRecord.success_count || 0 }} 条成功 / {{ currentRecord.fail_count || 0 }} 条失败
{{ currentRecord.created_at }}
关闭