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