feat: 生成接口支持场景(occasion,默认通勤,评分/LLM 依据)

This commit is contained in:
2026-07-31 17:08:40 +08:00
parent 76100a7131
commit 878468cd6d
3 changed files with 51 additions and 3 deletions
@@ -9,6 +9,7 @@ type OutfitGenerateReq struct {
StartDate string `v:"required|date" json:"start_date"`
EndDate string `v:"required|date" json:"end_date"`
Location string `v:"required" json:"location"`
Occasion string `v:"in:通勤,约会,聚会,运动" json:"occasion"`
}
type OutfitGenerateRes struct {