PetAgent/backend
wsb1224 b8769d8d54 修复 token 统计不一致:统一扣费来源并支持分类查询
- chat_service: 文字聊天 ChatLog 改用独立会话保存,避免路由会话
  生命周期干扰导致记录丢失
- token_service: 分类查询改用 mode 字段精确匹配替代 conversation_id
  模糊匹配;总消耗直接读钱包数据与后台管理一致
- admin_router: 用户列表和详情新增文字/语音/通话分类 token 消耗

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-09 20:44:53 +08:00
..
api 修复 token 统计不一致:统一扣费来源并支持分类查询 2026-06-09 20:44:53 +08:00
config 修复token验证逻辑 2026-04-12 20:26:24 +08:00
migrations 修复toekn权限和语音聊天功能 2026-06-07 10:22:37 +08:00
models 修复toekn权限和语音聊天功能 2026-06-07 10:22:37 +08:00
scripts 修复toekn权限和语音聊天功能 2026-06-07 10:22:37 +08:00
services 修复 token 统计不一致:统一扣费来源并支持分类查询 2026-06-09 20:44:53 +08:00
utils 修复toekn权限和语音聊天功能 2026-05-26 13:12:09 +08:00
__init__.py 第一次提交 2026-04-12 11:32:37 +08:00
main.py 第一次提交 2026-04-12 11:32:37 +08:00
nohup.out 第一次提交 2026-04-12 11:32:37 +08:00
pet_data.db 第一次提交 2026-04-12 11:32:37 +08:00
requirements.txt 优化一下视频背景上传功能 2026-04-15 22:04:48 +08:00
run.py 第一次提交 2026-04-12 11:32:37 +08:00
start.sh 第一次提交 2026-04-12 11:32:37 +08:00
test_token_charge.py 修复toekn权限和语音聊天功能 2026-05-26 13:12:09 +08:00
test_voice_conversation.py 第一次提交 2026-04-12 11:32:37 +08:00