This commit is contained in:
Your Name
2026-04-11 18:06:02 +08:00
parent 4909ec6daa
commit abcecf66e7
325 changed files with 4199 additions and 633 deletions
+2
View File
@@ -22,5 +22,7 @@ return [
'express:auto-update' => 'app\\command\\ExpressAutoUpdate',
// 同步现有订单快递单号
'express:sync' => 'app\\command\\SyncTrackingNumbers',
// 企业微信客户同步
'qywx:sync-customer' => 'app\\command\\QywxSyncCustomer',
],
];
+6 -2
View File
@@ -106,7 +106,7 @@ return [
'order_edit_all_roles' => [0, 3, 6],
// 处方库:以下角色ID + 超级管理员(root) 可查看/编辑/删除全部;他人仅可管理自己创建的,公开处方对他人只读
'prescription_library_manage_all_roles' => [0, 3],
'prescription_library_manage_all_roles' => [0, 3, 6],
// 消费者处方单:以下角色 + root 可对「待审核」处方进行通过/驳回(驳回即作废处方)
'prescription_audit_roles' => [0, 3, 6],
@@ -123,6 +123,10 @@ return [
'secretKey' => env('trtc.secret_key', '8a6b3ce533b0e46b9d6e17d5c77bac240bc0ccdce4e3db93a0d6a1e55160c73d'),
'expireTime' => 86400,
'enable' => env('trtc.enable', false),
]
],
// 企业微信客户同步配置
// 从哪个部门开始同步(1=根部门,会递归获取所有子部门成员)
'qywx_sync_department_id' => 1,
];