agent 添加gender参数

This commit is contained in:
2025-10-31 11:08:02 +08:00
parent 3ae0ac84d8
commit 82ad35ce12

View File

@@ -98,7 +98,7 @@ public class StyleServiceImpl extends ServiceImpl<StyleMapper, Style> implements
params.put("num_outfits", num); params.put("num_outfits", num);
params.put("stylist_path", stylistPath); params.put("stylist_path", stylistPath);
params.put("callback_url", webhookDomain); params.put("callback_url", webhookDomain);
// params.put("gender", gender); params.put("gender", gender);
return params; return params;
} }