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
2149b143
Commit
2149b143
authored
Dec 15, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common 1.4.8 电销权限 大写
parent
9a8795a4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
26 deletions
+26
-26
build.gradle
sobot_common/build.gradle
+2
-2
sobot-common-publish-mavencentral.gradle
sobot_common/sobot-common-publish-mavencentral.gradle
+1
-1
SobotPermissionManager.java
...sobot/common/login/permission/SobotPermissionManager.java
+23
-23
No files found.
sobot_common/build.gradle
View file @
2149b143
...
...
@@ -11,7 +11,7 @@ android {
//这里就是打jar包
task
makeJar
(
type:
Copy
)
{
//删除旧的jar包
delete
'build/libs/sobot_common_1.4.
8
.jar'
delete
'build/libs/sobot_common_1.4.
9
.jar'
//原地址
from
(
'build/intermediates/packaged-classes/release/'
)
//导出jar包的地址
...
...
@@ -19,7 +19,7 @@ android {
//包含的jar包
include
(
'classes.jar'
)
//重命名jar包为mysdk
rename
(
'classes.jar'
,
'sobot_common_1.4.
8
.jar'
)
rename
(
'classes.jar'
,
'sobot_common_1.4.
9
.jar'
)
}
makeJar
.
dependsOn
(
build
)
}
...
...
sobot_common/sobot-common-publish-mavencentral.gradle
View file @
2149b143
...
...
@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext
{
PUBLISH_GROUP_ID
=
"com.sobot.library"
//项目包名
PUBLISH_ARTIFACT_ID
=
'sobotcommon'
//项目名
PUBLISH_VERSION
=
'1.4.
8
'
//版本号
PUBLISH_VERSION
=
'1.4.
9
'
//版本号
}
...
...
sobot_common/src/main/java/com/sobot/common/login/permission/SobotPermissionManager.java
View file @
2149b143
...
...
@@ -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
)
{
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