This commit is contained in:
Van0313
2025-05-17 20:43:30 +08:00
parent e4fccb5820
commit 86523b37b7

View File

@@ -1610,7 +1610,7 @@ public class JDUtil {
for (Map.Entry<String, String> entry : productTypeMap.entrySet()) {
String k = entry.getKey();
//String value = entry.getValue();
productTypeStr.append(" ").append(k).append("\n");
productTypeStr.append(k).append("\n");
}
wxUtil.sendTextMessage(fromWxid, "请选择要生成的评论类型:\n " + productTypeStr, 1, fromWxid, true);
logger.info("进入生成评论流程 - 用户: {}", fromWxid);