新增
This commit is contained in:
@@ -22,5 +22,7 @@ return [
|
||||
'express:auto-update' => 'app\\command\\ExpressAutoUpdate',
|
||||
// 同步现有订单快递单号
|
||||
'express:sync' => 'app\\command\\SyncTrackingNumbers',
|
||||
// 企业微信客户同步
|
||||
'qywx:sync-customer' => 'app\\command\\QywxSyncCustomer',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user