This commit is contained in:
雷欧(林平凡)
2025-05-30 10:21:52 +08:00
parent 8bf257ffa3
commit 949bc163af

View File

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