Merge branch 'dev/dev-xp' into prod/release_1.0

This commit is contained in:
2025-10-31 11:08:17 +08:00

View File

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