Commit b672b41c by zhengnw@sobot.com

common 添加呼叫任务权限

parent 6c101c12
......@@ -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";
......@@ -169,30 +169,36 @@ public class SobotPermissionManager {
public static final String CCCV6_THXQ_DHHB = "cccv6-thxq-dhhb";
// 电话条
public static final String CCCV6_DHT = "app-cccv6-dht-dht";
// 修改绑定电话号码
// 修改绑定电话号码
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";
// 延长整理时长
public static final String CCCV6_DHT_YCZLSC = "app-cccv6-dht-yczlsc";
// 内部通话
// 内部通话
public static final String CCCV6_DHT_INNER = "cccv6-dht-";
// 结束整理并置忙
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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment