From 13577c302d2cadc4368d1a33d222a0094d75f2c8 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Wed, 13 Aug 2025 09:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/crontab_tasks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Server/crontab_tasks.md b/Server/crontab_tasks.md index f6852e586..8aab7567d 100644 --- a/Server/crontab_tasks.md +++ b/Server/crontab_tasks.md @@ -36,6 +36,10 @@ # 微信群好友列表 */30 * * * * cd /www/wwwroot/mckb_quwanzhi_com/Server && php think groupFriends:list >> /www/wwwroot/mckb_quwanzhi_com/Server/runtime/log/group_friends_list.log 2>&1 +# 获取通话记录 +*/30 * * * * cd /www/wwwroot/mckb_quwanzhi_com/Server && php think call-recording:list >> /www/wwwroot/mckb_quwanzhi_com/Server/runtime/log/call_recording.log 2>&1 + + # 分配规则列表 0 3 * * * cd /www/wwwroot/mckb_quwanzhi_com/Server && php think allotrule:list >> /www/wwwroot/mckb_quwanzhi_com/Server/runtime/log/allot_rule_list.log 2>&1