From e1a9d6cf02cffee8b89a27514e081d0027377153 Mon Sep 17 00:00:00 2001 From: wjt Date: Tue, 14 Mar 2023 10:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E5=86=8D=E6=AC=A1=E6=8B=A8?= =?UTF-8?q?=E6=89=93=E7=94=B5=E8=AF=9D=E7=9A=84=E9=A2=91=E7=8E=87=E4=B8=BA?= =?UTF-8?q?1=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../baiye/modules/telemarkting/api/TelephoneCallController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad-platform-manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/api/TelephoneCallController.java b/ad-platform-manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/api/TelephoneCallController.java index bd052927..38205275 100644 --- a/ad-platform-manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/api/TelephoneCallController.java +++ b/ad-platform-manage/ad-platform-management/src/main/java/com/baiye/modules/telemarkting/api/TelephoneCallController.java @@ -107,7 +107,7 @@ public class TelephoneCallController { } } - redisUtils.set(key, RandomUtil.randomString(4), 180); + redisUtils.set(key, RandomUtil.randomString(4), 60); return CommonResponse.createByError(); }