Commit 378669d3 by zhengnw@sobot.com

common 1.4.9 电销权限 大写

parent 9a75e267
...@@ -11,7 +11,7 @@ android { ...@@ -11,7 +11,7 @@ android {
//这里就是打jar包 //这里就是打jar包
task makeJar(type: Copy) { task makeJar(type: Copy) {
//删除旧的jar包 //删除旧的jar包
delete 'build/libs/sobot_common_1.4.6.jar' delete 'build/libs/sobot_common_1.4.9.jar'
//原地址 //原地址
from('build/intermediates/packaged-classes/release/') from('build/intermediates/packaged-classes/release/')
//导出jar包的地址 //导出jar包的地址
...@@ -19,7 +19,7 @@ android { ...@@ -19,7 +19,7 @@ android {
//包含的jar包 //包含的jar包
include('classes.jar') include('classes.jar')
//重命名jar包为mysdk //重命名jar包为mysdk
rename ('classes.jar', 'sobot_common_1.4.6.jar') rename ('classes.jar', 'sobot_common_1.4.9.jar')
} }
makeJar.dependsOn(build) makeJar.dependsOn(build)
} }
......
...@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) { ...@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext { ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名 PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名 PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.4.7' //版本号 PUBLISH_VERSION = '1.4.9' //版本号
} }
......
...@@ -202,52 +202,52 @@ public class SobotPermissionManager { ...@@ -202,52 +202,52 @@ public class SobotPermissionManager {
//-----------------------------------电销权限---------------------------------------- //-----------------------------------电销权限----------------------------------------
//电销 //电销
public static final String scc = "scc"; 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_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="scc-dht";
//修改绑定电话号码 //修改绑定电话号码
public static final String scc_dht_xgbddhhm="scc-dht-xgbddhhm"; 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_XGFJZH="scc-dht-xgfjzh";
//离线后自动解绑 //离线后自动解绑
public static final String scc_dht_lxhzdjb="scc-dht-lxhzdjb"; 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_BCHBCQX="scc-dht-bchbcqx";
//静音和静音取消 //静音和静音取消
public static final String scc_dht_jyhjyqx="scc-dht-jyhjyqx"; 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_YCZLSC="scc-dht-yczlsc";
//结束整理并置忙 //结束整理并置忙
public static final String scc_dht_jszlbzm="scc-dht-jszlbzm"; public static final String SCC_DHT_JSZLBZM="scc-dht-jszlbzm";
public static String getCodeByType(String type) { public static String getCodeByType(String type) {
if (!TextUtils.isEmpty(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