agent 添加gender参数
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user