update pay function

This commit is contained in:
2025-11-22 15:10:23 +08:00
parent 68fa1d0717
commit ebf7ddda6a

View File

@@ -313,6 +313,7 @@ const AgentChat = () => {
user_id: user?.id || 'anonymous',
user_nickname: user?.nickname || '匿名用户',
user_avatar: user?.avatar || '',
subscription_type: user?.subscription_type || 'free', // ✅ 添加订阅类型
session_id: currentSessionId,
model: selectedModel,
tools: selectedTools,