超时退出

This commit is contained in:
Van0313
2025-04-29 10:44:44 +08:00
parent b43a7109d1
commit 55588b4d30

View File

@@ -1697,7 +1697,7 @@ public class JDUtil {
*/ */
private void generateComment(String fromWxid, String productType, String superOrder) { private void generateComment(String fromWxid, String productType, String superOrder) {
if (productType.equals("1") || productType.equals("2")) { if (productType.equals("1") || productType.equals("2")) {
wxUtil.sendTextMessage(fromWxid, "DS生成中等候过程请重复输入", 1, fromWxid, false); wxUtil.sendTextMessage(fromWxid, "DS生成中等候过程请重复输入", 1, fromWxid, false);
// 这里可以调用缓存或AI生成文案目前先返回固定模板 // 这里可以调用缓存或AI生成文案目前先返回固定模板
//用redis的 list存放评论模板 //用redis的 list存放评论模板
List<String> commentTemplates = redisTemplate.opsForList().range(COMMENT_TEMPLATES + productType, 0, -1); List<String> commentTemplates = redisTemplate.opsForList().range(COMMENT_TEMPLATES + productType, 0, -1);