2025-03-12 12:18:06 +08:00
|
|
|
<?php
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | Copyright (c) 2006-2016 http://thinkphp.cn All rights reserved.
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | Author: yunwuxin <448901948@qq.com>
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
return [
|
2025-04-12 15:08:21 +08:00
|
|
|
'device:list' => 'app\command\DeviceListCommand', // 设备列表 √
|
|
|
|
|
'wechatFriends:list' => 'app\command\WechatFriendCommand', // 微信好友列表 √
|
|
|
|
|
'wechatChatroom:list' => 'app\command\WechatChatroomCommand', // 微信群列表 √
|
|
|
|
|
'friendTask:list' => 'app\command\FriendTaskCommand', // 添加好友任务列表 √
|
|
|
|
|
'wechatList:list' => 'app\command\WechatListCommand', // 微信客服列表 √
|
|
|
|
|
'account:list' => 'app\command\AccountListCommand', // 公司账号列表 √
|
|
|
|
|
'message:friendsList' => 'app\command\MessageFriendsListCommand', // 微信好友消息列表 √
|
|
|
|
|
'message:chatroomList' => 'app\command\MessageChatroomListCommand', // 微信群聊消息列表 √
|
|
|
|
|
'department:list' => 'app\command\DepartmentListCommand', // 部门列表 √
|
2025-12-25 15:39:57 +08:00
|
|
|
'content:sync' => 'app\command\SyncContentCommand', // 同步内容库 XXXXXXXX
|
2025-04-22 19:17:14 +08:00
|
|
|
'groupFriends:list' => 'app\command\GroupFriendsCommand', // 微信群好友列表
|
2025-04-27 13:54:59 +08:00
|
|
|
// 'allotFriends:run' => 'app\command\AllotFriendCommand', // 自动分配微信好友
|
|
|
|
|
// 'allotChatroom:run' => 'app\command\AllotChatroomCommand', // 自动分配微信群聊
|
|
|
|
|
'allotrule:list' => 'app\command\AllotRuleListCommand', // 分配规则列表 √
|
|
|
|
|
'allotrule:autocreate' => 'app\command\AutoCreateAllotRulesCommand', // 自动创建分配规则 √
|
2025-04-29 10:21:47 +08:00
|
|
|
'content:collect' => 'app\command\ContentCollectCommand', // 内容采集任务 √
|
2025-05-02 15:40:11 +08:00
|
|
|
'moments:collect' => 'app\command\WechatMomentsCommand', // 朋友圈采集任务
|
2025-12-22 16:35:08 +08:00
|
|
|
'own:moments:collect' => 'app\command\OwnMomentsCollectCommand', // 采集在线微信账号自己的朋友圈
|
2025-08-29 09:51:00 +08:00
|
|
|
'switch:friends' => 'app\command\SwitchFriendsCommand',
|
|
|
|
|
'call-recording:list' => 'app\command\CallRecordingListCommand', // 通话记录列表 √
|
2025-05-12 21:18:19 +08:00
|
|
|
'sync:wechatData' => 'app\command\SyncWechatDataToCkbTask', // 同步微信数据到存客宝
|
2025-05-28 15:44:21 +08:00
|
|
|
'sync:allFriends' => 'app\command\SyncAllFriendsCommand', // 同步所有在线好友
|
2025-08-29 09:51:00 +08:00
|
|
|
|
|
|
|
|
'workbench:autoLike' => 'app\command\WorkbenchAutoLikeCommand', // 工作台自动点赞任务
|
|
|
|
|
'workbench:moments' => 'app\command\WorkbenchMomentsCommand', // 工作台朋友圈同步任务
|
2025-05-30 18:04:10 +08:00
|
|
|
'workbench:trafficDistribute' => 'app\command\WorkbenchTrafficDistributeCommand', // 工作台流量分发任务
|
2025-08-29 09:51:00 +08:00
|
|
|
'workbench:groupPush' => 'app\command\WorkbenchGroupPushCommand', // 工作台群推送任务
|
|
|
|
|
'workbench:groupCreate' => 'app\command\WorkbenchGroupCreateCommand', // 工作台群创建任务
|
2026-01-09 17:05:17 +08:00
|
|
|
'workbench:groupWelcome' => 'app\command\WorkbenchGroupWelcomeCommand', // 工作台入群欢迎语任务
|
2025-09-10 16:58:22 +08:00
|
|
|
'workbench:import-contact' => 'app\command\WorkbenchImportContactCommand', // 工作台通讯录导入任务
|
2025-09-29 09:44:43 +08:00
|
|
|
'kf:notice' => 'app\command\KfNoticeCommand', // 客服端消息通知
|
2025-11-21 14:38:29 +08:00
|
|
|
|
|
|
|
|
'wechat:calculate-score' => 'app\command\CalculateWechatAccountScoreCommand', // 统一计算微信账号健康分
|
|
|
|
|
'wechat:update-score' => 'app\command\UpdateWechatAccountScoreCommand', // 更新微信账号评分记录
|
2025-12-01 15:42:54 +08:00
|
|
|
|
|
|
|
|
// 统一任务调度器
|
|
|
|
|
'scheduler:run' => 'app\command\TaskSchedulerCommand', // 统一任务调度器,支持多进程并发执行
|
2026-01-13 10:20:33 +08:00
|
|
|
|
|
|
|
|
// 检查未读/未回复消息并自动迁移好友
|
|
|
|
|
'check:unread-message' => 'app\command\CheckUnreadMessageCommand', // 检查未读/未回复消息并自动迁移好友
|
2025-03-12 12:18:06 +08:00
|
|
|
];
|