This commit is contained in:
Van0313
2025-07-06 11:40:24 +08:00
parent ec3ebdd5d4
commit 2fb1a45e5e

View File

@@ -1844,7 +1844,7 @@ public class JDUtil {
//String value = entry.getValue();
productTypeStr.append(k).append("\n");
}
wxUtil.sendTextMessage(fromWxid, "请选择要生成的评论类型\n(烟灶套餐 晒图 单烟机型号,新型号联系管理员添加(970用C61的图)\n\n" + productTypeStr, 1, fromWxid, true);
wxUtil.sendTextMessage(fromWxid, "请选择要生成的评论类型\n(烟灶套餐 晒图 单烟机型号,新型号联系管理员:\n\n" + productTypeStr, 1, fromWxid, true);
logger.info("进入生成评论流程 - 用户: {}", fromWxid);
} catch (Exception e) {