Commit c07bc985 by zhengnw@sobot.com

common 1.3.9 添加呼叫权限

parent 0f8ab429
......@@ -13,7 +13,7 @@ ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'sobotcommon' //项目名
// PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION = '1.3.8' //版本号
PUBLISH_VERSION = '1.3.9' //版本号
}
......
......@@ -144,6 +144,8 @@ public class SobotPermissionManager {
//-----------------------------------呼叫权限----------------------------------------
//通话记录
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";
//服务总结
......
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