Files
msh-system/models-integration/docs/饮食打卡发布到社区功能需求.md

13 lines
793 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.
## 用户提交打卡记录shop_msh)
### 根据最新的eb_user_sign.sql 和 v2_community_posts.sql 文件修改实体类,并添加相应的字段。
**情况一当用户提交打卡记录时“启用AI视频生成”**
1. 在ai图生视频接口的回调方法中根据taskid查询eb_user_sign表获取打卡记录信息
2. 将此信息和ai回调接口中返回的信息梳理后插入v2_community_posts表。
**情况二当用户提交打卡记录时“启用AI分析”**
1. 在ai图生图接口的回调方法中根据taskid查询eb_user_sign表获取打卡记录信息
2. 根据此信息调用coze饮食打卡记录ai分析工作流获取ai分析结果
2. 将ai分析结果梳理后含营养成分分析推荐配餐方案插入v2_community_posts表。