Bot 管理

(int)($botItem['id'] ?? 0), 'name' => (string)($botItem['name'] ?? ''), ]; } $gameOptions = []; foreach (($games ?? []) as $gameItem) { $gameOptions[] = [ 'id' => (int)($gameItem['id'] ?? 0), 'name' => (string)($gameItem['name'] ?? ''), 'type' => (string)($gameItem['type'] ?? ''), ]; } $ruleOptions = []; foreach (($rules ?? []) as $ruleItem) { $ruleOptions[] = [ 'id' => (int)($ruleItem['id'] ?? 0), 'name' => (string)($ruleItem['name'] ?? ''), 'rule_code' => (string)($ruleItem['rule_code'] ?? ''), ]; } $groupOptions = []; foreach (($groups ?? []) as $groupItem) { $countdown = ''; if (!empty($groupItem['countdown_config'])) { $decodedCountdown = json_decode((string)$groupItem['countdown_config'], true); if (is_array($decodedCountdown)) { $countdown = implode(',', array_map('intval', $decodedCountdown)); } } $groupOptions[] = [ 'id' => (int)($groupItem['id'] ?? 0), 'bot_id' => (int)($groupItem['bot_id'] ?? 0), 'game_id' => (int)($groupItem['game_id'] ?? 0), 'bet_format_rule_id' => (int)($groupItem['bet_format_rule_id'] ?? 0), 'tg_group_id' => (string)($groupItem['tg_group_id'] ?? ''), 'group_name' => (string)($groupItem['group_name'] ?? ''), 'group_type' => (string)($groupItem['group_type'] ?? 'group'), 'countdown_config' => $countdown, ]; } $userOptions = []; foreach (($users ?? []) as $userItem) { $userOptions[] = [ 'id' => (int)($userItem['id'] ?? 0), 'username' => (string)($userItem['username'] ?? ''), 'balance' => number_format((float)($userItem['balance'] ?? 0), 2, '.', ''), ]; } ?>

Bot 实例数

群配置数

已绑总账号

启用群数

成员映射数

托号数量

推送日志数

推送成功数

倒计时群数

动画群数

API 请求数

签名通过数

Bot 实例总览

现在已支持新增、编辑、启停 Bot 实例。

Phase 6 进阶
实例运行模式群数状态更新时间操作
Key:
@
总群数:
启用下注:
尚未配置任何 Bot 实例。

新增 Bot 实例

绑定群配置

绑定群总账号

群配置总览

Bot / 游戏开关状态操作
/
倒计时:
下注:
提醒:
动画:
暂无群配置。

群总账号绑定

网站账号模式状态操作
UID / 余额
暂无群总账号绑定。

群成员映射

成员映射列表

成员群 / 网站账号角色下注操作
UID / @
网站:
暂无成员映射。

托号管理

托号列表

托号备注状态操作
UID
暂无托号配置。

消息提醒 / 推送运营面

先把自动消息、开奖提醒、封盘倒计时、上下分提醒的运营可见性拉出来,便于对照 TG 成品补齐行为。

Push Ops

推送类型汇总

$summary): ?> 0; }))): ?>
类型 总数 成功 失败 待发/跳过
暂无推送汇总数据,待 TG runtime 写入。

群提醒能力快照

下注成功 开奖提醒 封盘倒计时 开奖动画
暂无群配置,无法展示提醒快照。

最近推送日志

覆盖 countdown / bet_success / draw / credit / debit / system,先做观测面,再回填自动触发链。

类型期号 / 消息载荷摘要状态时间
期号:
TG Msg ID:
错误:
暂无推送日志。

Bot API 请求审计

对照成品 TG 机器人的发送队列与多账号路由,这里补入网站侧入站请求审计链,便于排查签名、限流、重复请求。

Bot / 群请求幂等 / IP签名 / 响应时间
/
IP:
HTTP
暂无 API 请求日志。

最近 Bot 下注同步

用于快速核对群消息→平台订单的同步状态。

用户期号金额 / 注数状态时间
/
暂无 Bot 同步记录。