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