Merge branch 'dev/dev-xp' into dev/dev

This commit is contained in:
2025-11-19 15:32:50 +08:00

View File

@@ -101,7 +101,7 @@ public class StyleServiceImpl extends ServiceImpl<StyleMapper, Style> implements
params.put("stylist_path", stylistPath);
params.put("callback_url", webhookDomain);
params.put("gender", gender);
params.put("max_len", 9);
params.put("max_len", 5);
params.put("session_id", sessionId);
return params;