stylist 传参变更

This commit is contained in:
2025-12-17 15:26:41 +08:00
parent a2ed179fbb
commit 5005d8ac2a

View File

@@ -52,7 +52,7 @@ public class StyleServiceImpl extends ServiceImpl<StyleMapper, Style> implements
StylistPathEnum stylistPathEnum = StylistPathEnum.of(requestOutfitDTO.getStylist());
Map<String, Object> params = setRequestOutfitParams(requestOutfitDTO.getCustomerId(), requestOutfitDTO.getNum(),
stylistPathEnum.getPath(), requestOutfitDTO.getGender(), requestOutfitDTO.getSessionId());
stylistPathEnum.getName(), requestOutfitDTO.getGender(), requestOutfitDTO.getSessionId());
OutfitRequest outfitRequest = new OutfitRequest();
outfitRequest.setCustomerId(requestOutfitDTO.getCustomerId());
@@ -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", 5);
// params.put("max_len", 5);
params.put("session_id", sessionId);
params.put("batch_sources", Collections.singleton("2025_q4"));