重构评论

This commit is contained in:
Van0313
2025-05-03 14:26:32 +08:00
parent 8c807c816d
commit a394689e9f

View File

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