答题中心
追踪自动答题运行、评分与审计详情。
运行总数
0
成功率
--
平均耗时
--
最近运行
--
自动答题日志
记录答题生命周期事件。
| 时间 | 账号 | 目标 | 状态 | 得分 | 耗时 | 说明 |
|---|
日志接入
将答题事件写入控制台。
POST /api/quiz/logs
{
"type": "quiz.answer",
"message": "Auto answer completed",
"meta": {
"account": "bili_01",
"target": "bvid123",
"status": "success",
"score": "9/10",
"durationMs": "12890",
"engine": "qwen3-max"
}
}
手动记录
无需自动化也可录入。