This commit is contained in:
Your Name
2026-04-07 18:13:03 +08:00
parent a780356908
commit fdf714f833
397 changed files with 15086 additions and 1043 deletions
+5
View File
@@ -11,11 +11,16 @@ return [
'query_refund' => 'app\common\command\QueryRefund',
// 同步企业微信对外收款
'sync_wechat_work_bills' => 'app\common\command\SyncWechatWorkBills',
'fill_order_creator_from_payee' => 'app\common\command\FillOrderCreatorFromPayee',
// 挂号单状态自动更新(过号->4,超8小时->2
'update_appointment_status' => 'app\common\command\UpdateAppointmentStatus',
// 诊单腾讯云 IM 聊天记录入库归档
'sync_im_chat_archive' => 'app\common\command\SyncImChatArchive',
// 药材库拼音首字母回填(name_pinyin_abbr
'sync_medicine_pinyin_abbr' => 'app\common\command\SyncMedicinePinyinAbbr',
// 物流自动更新
'express:auto-update' => 'app\\command\\ExpressAutoUpdate',
// 同步现有订单快递单号
'express:sync' => 'app\\command\\SyncTrackingNumbers',
],
];