max_len 9->5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user