您好,{{ userInfo.username }} 💰 {{ userInfo.balance_usdt?.toFixed(2) || '0.00' }} USDT

💰 账户余额

{{ 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/条
发送短信 查看记录

📤 发送短信

手动输入 文件导入 下载模板 清空号码
将文件拖到此处,或 点击上传
有效号码:{{ phoneStats.valid }} 个, 无效号码:{{ phoneStats.invalid }}
⚠️ SIM卡逐条发送,适合小规模 ✅ 高并发批量发送
显示在短信内容最前面,格式:【签名】内容
📝 选择模板
短信拆分:{{ smsCount.split_count }} 条 | 计费条数:{{ smsCount.billing_count }} 条 | 字符数:{{ smsCount.char_count }}/500
🚀 发送短信 测试上游

📋 发送记录

查询 重置

👤 用户信息

{{ 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 卡充值

立即充值

📋 充值记录

👥 用户管理

创建用户

💲 价格管理

➕ 添加

🔌 发送通道管理

各国专属价格 (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 }}