登录凭证
{{ status.state_file_exists ? '已就绪' : '未就绪' }}
运行状态
{{ status.running ? '运行中' : '空闲' }}
自动续火花
{{ settingsForm.auto_run_enabled ? '运行中' : '已关闭' }}
下次自动续火花
{{ settingsForm.auto_run_enabled ? (fmt(status.next_run) || '未设置') : '已暂停' }}
累计执行次数
{{ status.history_count }}
待发送
{{ pendingSendCount }} 人
首条消息额度
{{ bChannelCount }} / {{ bChannelLimit }} 条
快捷操作
登录凭证通过本机 extract_cookie.py 扫码获取,上传后服务即可自动执行续火花任务。首次使用前请完成凭证上传。
上次执行
成功 {{ status.last_run.ok.length }} 人:
{{ n }}
失败 {{ status.last_run.failed.length }} 人:
{{ f.name }}
跳过 {{ status.last_run.skipped.length }} 人:
{{ s.name }}
好友台账
最近采集:{{ fmt(harvestLast.at) }} · {{ harvestLast.count }} 条映射 · join {{ harvestLast.merge.joined }} 人 / 新增 {{ harvestLast.merge.added }} 人 · 失败:{{ harvestLast.error }}
获取失败:{{ ledgerError }},可手动添加好友后保存勾选。
台账为空:点击「同步联系人」从抖音聊天列表拉取(含火花天数),或手动添加好友后保存勾选。勾选即续火花目标。
灰行 = consumer 私信无会话(自动识别,勾选默认跳过,不会被通道 A 发送);如需发送请开启「允许首条消息」走通道 B。
将打开创作者中心好友列表,滚动采集全部好友的抖音号(拦截 user_detail 接口,只读、不发送消息),约需 1~2 分钟。
采集频率建议:每周 1 次或手动触发,避免频繁操作触发风控。
消息模板
定时设置
运行日志
{{ logs || '暂无日志' }}