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
f80a7c10
Commit
f80a7c10
authored
Aug 04, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common 添加呼叫权限
parent
aed79e4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
SobotPermissionManager.java
...sobot/common/login/permission/SobotPermissionManager.java
+52
-0
No files found.
sobot_common/src/main/java/com/sobot/common/login/permission/SobotPermissionManager.java
View file @
f80a7c10
...
...
@@ -141,6 +141,58 @@ 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_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"
;
// 新增客户
public
static
final
String
CCCV6_THXQ_XZKH
=
"cccv6-thxq-xzkh"
;
// 关联客户
public
static
final
String
CCCV6_THXQ_GLKH
=
"cccv6-thxq-glkh"
;
// 编辑客户
public
static
final
String
CCCV6_THXQ_BJKH
=
"cccv6-thxq-bjkh"
;
// 电话回拨
public
static
final
String
CCCV6_THXQ_DHHB
=
"cccv6-thxq-dhhb"
;
// 电话条
public
static
final
String
CCCV6_DHT
=
"cccv6-dht"
;
// 修改绑定电话号码
public
static
final
String
CCCV6_DHT_XGBDDHHM
=
"cccv6-dht-xgbddhhm"
;
// 修改分机账号
public
static
final
String
CCCV6_DHT_XGFJZH
=
"cccv6-dht-xgfjzh"
;
//离线后自动解绑
public
static
final
String
CCCV6_DHT_LXHZDJB
=
"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
=
"cccv6-dht-bchbcqx"
;
//静音和静音取消
public
static
final
String
CCCV6_DHT_JYHJYQX
=
"cccv6-dht-jyhjyqx"
;
// 发送满意度
public
static
final
String
CCCV6_DHT_FSMYD
=
"cccv6-dht-fsmyd"
;
// 延长整理时长
public
static
final
String
CCCV6_DHT_YCZLSC
=
"cccv6-dht-yczlsc"
;
// 内部通话
public
static
final
String
CCCV6_DHT_INNER
=
"cccv6-dht-"
;
// 结束整理并置忙
public
static
final
String
CCCV6_DHT_JSZLBZM
=
"cccv6-dht-jszlbzm"
;
// 重置离线
public
static
final
String
CCCV6_DHT_CZLX
=
"cccv6-dht-czlx"
;
public
static
String
getCodeByType
(
String
type
)
{
if
(!
TextUtils
.
isEmpty
(
type
))
{
switch
(
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