From 82ad35ce120237771fe76ee33b31f678bbbbc5fd Mon Sep 17 00:00:00 2001 From: xupei Date: Fri, 31 Oct 2025 11:08:02 +0800 Subject: [PATCH] =?UTF-8?q?agent=20=E6=B7=BB=E5=8A=A0gender=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/aida/lanecarford/service/impl/StyleServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/aida/lanecarford/service/impl/StyleServiceImpl.java b/src/main/java/com/aida/lanecarford/service/impl/StyleServiceImpl.java index 6eebfcb..44310a5 100644 --- a/src/main/java/com/aida/lanecarford/service/impl/StyleServiceImpl.java +++ b/src/main/java/com/aida/lanecarford/service/impl/StyleServiceImpl.java @@ -98,7 +98,7 @@ public class StyleServiceImpl extends ServiceImpl 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; }