Commit 9a75e267 by zhengnw@sobot.com

common 1.4.7 添加电销 电话条相关权限

parent 9ae2f64e
......@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.4.6' //版本号
PUBLISH_VERSION = '1.4.7' //版本号
}
......
......@@ -204,31 +204,50 @@ public class SobotPermissionManager {
//电销
public static final String scc = "scc";
//通话记录
public static final String scc_thjl= "scc-thjl";
public static final String scc_thjl = "scc-thjl";
//通话详情
public static final String scc_thxq= "scc-thxq";
public static final String scc_thxq = "scc-thxq";
//通话信息
public static final String scc_thxq_thxx= "scc-thxq-thxx";
public static final String scc_thxq_thxx = "scc-thxq-thxx";
//跟进记录
public static final String scc_thxq_gjjl = "scc-thxq-gjjl";
//客户信息
public static final String scc_thxq_khxx= "scc-thxq-khxx";
public static final String scc_thxq_khxx = "scc-thxq-khxx";
//录音播放
public static final String scc_thxq_lybf= "scc-thxq-lybf";
public static final String scc_thxq_lybf = "scc-thxq-lybf";
//录音下载
public static final String scc_thxq_lyxz= "scc-thxq-lyxz";
public static final String scc_thxq_lyxz = "scc-thxq-lyxz";
//新增客户
public static final String scc_thxq_xzkh= "scc-thxq-xzkh";
public static final String scc_thxq_xzkh = "scc-thxq-xzkh";
//关联客户
public static final String scc_thxq_glkh= "scc-thxq-glkh";
public static final String scc_thxq_glkh = "scc-thxq-glkh";
//编辑客户
public static final String scc_thxq_bjkh= "scc-thxq-bjkh";
public static final String scc_thxq_bjkh = "scc-thxq-bjkh";
//电话回拨
public static final String scc_thxq_dhhb= "scc-thxq-dhhb";
public static final String scc_thxq_dhhb = "scc-thxq-dhhb";
//电销任务
public static final String scc_dxrw= "scc-dxrw";
public static final String scc_dxrw = "scc-dxrw";
//任务信息-编辑
public static final String scc_dxrw_rwxxbj= "scc-dxrw-rwxxbj";
public static final String scc_dxrw_rwxxbj = "scc-dxrw-rwxxbj";
//任务总结-编辑
public static final String scc_dxrw_rwzjbj= "scc-dxrw-rwzjbj";
public static final String scc_dxrw_rwzjbj = "scc-dxrw-rwzjbj";
//电销 电话条
public static final String scc_dht="scc-dht";
//修改绑定电话号码
public static final String scc_dht_xgbddhhm="scc-dht-xgbddhhm";
//修改分机账号
public static final String scc_dht_xgfjzh="scc-dht-xgfjzh";
//离线后自动解绑
public static final String scc_dht_lxhzdjb="scc-dht-lxhzdjb";
//保持和保持取消
public static final String scc_dht_bchbcqx="scc-dht-bchbcqx";
//静音和静音取消
public static final String scc_dht_jyhjyqx="scc-dht-jyhjyqx";
//延长整理时长
public static final String scc_dht_yczlsc="scc-dht-yczlsc";
//结束整理并置忙
public static final String scc_dht_jszlbzm="scc-dht-jszlbzm";
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