Files
msh-system/docs/Testing/test-0325-1.md
panchengyong 3329a2b296 fix(ai-nutritionist): unwrap double-layer Coze API responses
CRMEB wraps CozeBaseResponse again, so chat/retrieve/message payloads live at response.data.data. Added unwrapCozeResponse() and applied it to sendToAI, pollChatStatus, and getChatMessages. Updated test log.

Made-with: Cursor
2026-03-25 17:21:12 +08:00

23 lines
1023 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 手动测试问题
## 页面pages/tool/food-encyclopedia测试
- 1. **已修复**页面pages/tool/food-encyclopedia报错
- 2. **已修复**页面pages/tool/food-encyclopedia中class="category-badge"改成显示中文
- 3. **已修复**页面pages/tool/food-encyclopedia点击进入详情页
## 页面pages/tool/nutrient-detail?name=%E9%92%BE
- 1. **已修复**显示空白页返回数据为空如果是因为v2_knowledge 表尚无营养素数据通过ai生成需要的数据可以插入到v2_knowledge表中
## 页面pages/tool/ai-nutritionist
- 1. 优化方案:/Users/a123/msh-system/docs/功能开发详细设计_2026-03-25.md
- 2. 对话响应还是很慢是否可以使用SSE流式对话来优化响应速度
- 3. **已修复** 会话错误:"发起对话失败未返回会话或对话ID"
# 参考文档
- 1. /Users/a123/msh-system/docs/测试问题分析报告_2026-03-22.md
- 2. /Users/a123/msh-system/docs/功能开发详细设计_2026-03-25.md