Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sobot_module_Dev
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sobot_android
Sobot_module_Dev
Commits
b672b41c
Commit
b672b41c
authored
Nov 08, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common 添加呼叫任务权限
parent
6c101c12
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
SobotPermissionManager.java
...sobot/common/login/permission/SobotPermissionManager.java
+17
-11
No files found.
sobot_common/src/main/java/com/sobot/common/login/permission/SobotPermissionManager.java
View file @
b672b41c
...
...
@@ -141,21 +141,21 @@ public class SobotPermissionManager {
public
static
final
String
MODULE_SETTING_PLAIN
=
"module_setting_plain"
;
//-----------------------------------呼叫权限----------------------------------------
//通话记录
//
通话记录
public
static
final
String
CCCV6_THJL
=
"cccv6-thjl"
;
//通话详情
//
通话详情
public
static
final
String
CCCV6_THXQ
=
"cccv6-thxq"
;
//通话信息
//
通话信息
public
static
final
String
CCCV6_THXQ_THXX
=
"cccv6-thxq-thxx"
;
//服务总结
//
服务总结
public
static
final
String
CCCV6_THXQ_FWZJ
=
"cccv6-thxq-fwzj"
;
//客户信息
//
客户信息
public
static
final
String
CCCV6_THXQ_KHXX
=
"cccv6-thxq-khxx"
;
//业务记录
//
业务记录
public
static
final
String
CCCV6_THXQ_YWJL
=
"cccv6-thxq-ywjl"
;
// 录音播放
public
static
final
String
CCCV6_THXQ_LYBF
=
"cccv6-thxq-lybf"
;
//录音下载
//
录音下载
public
static
final
String
CCCV6_THXQ_LYXZ
=
"cccv6-thxq-lyxz"
;
// 保存服务总结
public
static
final
String
CCCV6_THXQ_BCFWZJ
=
"cccv6-thxq-bcfwzj"
;
...
...
@@ -173,15 +173,15 @@ public class SobotPermissionManager {
public
static
final
String
CCCV6_DHT_XGBDDHHM
=
"app-cccv6-dht-xgdddh"
;
// 修改分机账号
public
static
final
String
CCCV6_DHT_XGFJZH
=
"app-cccv6-dht-xgfjzh"
;
//离线后自动解绑
//
离线后自动解绑
public
static
final
String
CCCV6_DHT_LXHZDJB
=
"app-cccv6-dht-lxhzdjb"
;
// 转移
public
static
final
String
CCCV6_DHT_ZY
=
"cccv6-dht-zy"
;
//咨询
//
咨询
public
static
final
String
CCCV6_DHT_ZX
=
"cccv6-dht-zx"
;
//保持和保持取消
//
保持和保持取消
public
static
final
String
CCCV6_DHT_BCHBCQX
=
"app-cccv6-dht-baoc"
;
//静音和静音取消
//
静音和静音取消
public
static
final
String
CCCV6_DHT_JYHJYQX
=
"app-cccv6-dht-jingy"
;
// 发送满意度
public
static
final
String
CCCV6_DHT_FSMYD
=
"app-cccv6-dht-fsmyd"
;
...
...
@@ -193,6 +193,12 @@ public class SobotPermissionManager {
public
static
final
String
CCCV6_DHT_JSZLBZM
=
"app-cccv6-dht-jszlbzm"
;
// 重置离线
public
static
final
String
CCCV6_DHT_CZLX
=
"cccv6-dht-czlx"
;
// 外呼任务
public
static
final
String
CCCV6_WHRW
=
"cccv6-whrw"
;
// 任务信息-编辑
public
static
final
String
CCCV6_WHRW_RWXXBJ
=
"cccv6-whrw-rwxxbj"
;
// 任务总结-编辑
public
static
final
String
CCCV6_WHRW_RWZJBJ
=
"cccv6-whrw-rwzjbj"
;
public
static
String
getCodeByType
(
String
type
)
{
if
(!
TextUtils
.
isEmpty
(
type
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment