feat: 客服后台话术配置接口与会话管理菜单
This commit is contained in:
@@ -14,6 +14,12 @@ EXTRA_PERMISSIONS = [
|
||||
'配置各俱乐部考试开关、抽题规则与题库(小程序配置-打手接单考试)',
|
||||
'小程序配置',
|
||||
),
|
||||
(
|
||||
'kfhs666',
|
||||
'客服聊天配置',
|
||||
'配置客服欢迎语、发图确认弹窗、关键词自动回复(会话管理-客服聊天配置)',
|
||||
'会话管理',
|
||||
),
|
||||
(
|
||||
'sfbq666',
|
||||
'身份装饰标签管理',
|
||||
|
||||
@@ -96,6 +96,9 @@ KEFU_MENU_ROW_DEFS = [
|
||||
'perm_codes': ['999a', '999b', '999c', '999d', '999e']},
|
||||
{'page_id': 'shop.products', 'name': '店铺商品管理', 'path': '/shop/products', 'parent_id': 'shop', 'sort_order': 123,
|
||||
'perm_codes': ['999a', '999b', '999c', '999d', '999e']},
|
||||
{'page_id': 'chat.agent', 'name': '会话管理', 'path': '/chat/agent', 'parent_id': '', 'sort_order': 130,
|
||||
{'page_id': 'chat', 'name': '会话管理', 'path': '', 'parent_id': '', 'sort_order': 130},
|
||||
{'page_id': 'chat.agent', 'name': '会话接入', 'path': '/chat/agent', 'parent_id': 'chat', 'sort_order': 131,
|
||||
'perm_codes': ['abca1', 'baac2', 'cabc3', 'cb3a2', 'bcaa4']},
|
||||
{'page_id': 'chat.script-config', 'name': '客服聊天配置', 'path': '/chat/script-config', 'parent_id': 'chat', 'sort_order': 132,
|
||||
'perm_codes': ['kfhs666', '8080a']},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user