功能块名称
• BroadCast = "bc"
广播模板
• Group = "group"
播报组
• GroupMember = "groupMember"
播报组成员
• Member = "member"
播报记录成员
• Task = "task"
播报记录
• User = "user"
用户
用户操作状态
• Disable = "Disable"
禁用
• Enable = "Enable"
启用
• Remove = "Remove"
删除
• Reset = "Reset"
重置
- Broadcast
- BroadcastList
- Group
- GroupList
- GroupMember
- GroupMemberListResult
- GroupPlay
- MemberCfg
- MemberListResult
- Session
- Task
- TaskList
- UserCfg
- bcAdd
- bcDel
- bcDetail
- bcList
- bcUpdate
- groupAdd
- groupDel
- groupDetail
- groupList
- groupMemberAdd
- groupMemberDel
- groupMemberList
- groupPlay
- groupUpdate
- keepalive
- login
- logout
- memberAdd
- memberList
- taskAdd
- taskDel
- taskDetail
- taskList
- taskPlay
- taskUpdate
- userSetPassword
Ƭ Broadcast: Object
广播类型
Name | Type | Description |
---|---|---|
broadcastContent |
string |
广播内容 |
enabled |
boolean |
是否可用 |
expireTime |
string |
时效 |
id |
string |
广播id |
maxTry |
string |
拨打次数 |
tag |
string |
广播标记 |
username |
string |
用户名 |
Ƭ BroadcastList: Broadcast
[]
广播列表类型 Broadcast[]
Ƭ Group: Object
播报组类型
Name | Type | Description |
---|---|---|
groupName |
string |
播报组名称 |
id |
string |
播报组id |
Ƭ GroupList: Group
[]
广播列表类型Group[]
Ƭ GroupMember: Object
播报组成员类型
Name | Type | Description |
---|---|---|
confirmDone |
number |
确认收到 |
confirmToPlay |
number |
确认播放 |
idGroup |
string |
播报组id |
memberName |
string |
成员名 |
memberNumber |
string |
成员号码 |
repeatTimes |
number |
通知次数 |
Ƭ GroupMemberListResult: Object
播报组成员列表分页类型
Name | Type | Description |
---|---|---|
items |
GroupMember [] |
播报组成员数组 |
total |
number |
总数 |
Ƭ GroupPlay: Object
广播播报类型
Name | Type | Description |
---|---|---|
broadcastId |
string |
广播模板id |
expireTime |
number |
时效 |
groupId |
string |
播报组id |
maxTry |
number |
拨打次数 |
Ƭ MemberCfg: Object
任务成员类型
Name | Type | Description |
---|---|---|
idTask |
string |
任务id |
memberName |
string |
成员名 |
memberNumber |
string |
成员号码 |
Ƭ MemberListResult: Object
任务成员列表类型
Name | Type | Description |
---|---|---|
items |
MemberCfg [] |
成员数组 |
total |
number |
总数 |
Ƭ Session: Object
会话状态类型
Name | Type | Description |
---|---|---|
acc |
string |
账户 |
administator |
boolean |
是否管理员 |
logon |
boolean |
是否登录 |
message |
string |
信息 |
username |
string |
用户名称 |
Ƭ Task: Object
广播任务类型
Name | Type | Description |
---|---|---|
broadcastContent |
string |
广播内容 |
enabled |
boolean |
是否可用 |
expireTime |
number |
时效 |
id |
string |
任务id |
maxTry |
string |
拨打次数 |
tag |
string |
任务标签 |
username |
string |
用户名 |
Ƭ TaskList: Task
[]
任务列表类型
Ƭ UserCfg: Object
用户类型
Name | Type | Description |
---|---|---|
administrator |
boolean |
是否管理员 |
bizCode? |
string |
识别码 |
createTime? |
Date |
创建时间 |
enabled |
boolean |
是否可用 |
id |
string |
用户id |
name |
string |
用户名 |
tag |
string |
标签 |
• Const
default: Session
会话状态对象
▸ bcAdd(bcDate
): Promise
<any
>
广播新增
Name | Type | Description |
---|---|---|
bcDate |
Broadcast |
广播数据 |
Promise
<any
>
广播id
▸ bcDel(id
): Promise
<any
>
广播删除
Name | Type | Description |
---|---|---|
id |
string |
广播id |
Promise
<any
>
广播id
▸ bcDetail(id
): Promise
<any
>
广播详情
Name | Type | Description |
---|---|---|
id |
string |
广播id |
Promise
<any
>
广播内容
▸ bcList(): Promise
<any
>
广播列表
Promise
<any
>
广播列表数据
▸ bcUpdate(bcDate
): Promise
<any
>
广播修改
Name | Type | Description |
---|---|---|
bcDate |
Broadcast |
广播数据 |
Promise
<any
>
广播id
▸ groupAdd(groupDate
): Promise
<any
>
播报组新增
Name | Type | Description |
---|---|---|
groupDate |
Group |
播报组数据 |
Promise
<any
>
播报组id
▸ groupDel(id
): Promise
<any
>
播报组删除
Name | Type | Description |
---|---|---|
id |
string |
播报组id |
Promise
<any
>
播报组id
▸ groupDetail(id
): Promise
<any
>
播报组详情
Name | Type | Description |
---|---|---|
id |
string |
播报组id |
Promise
<any
>
播报组数据
▸ groupList(): Promise
<any
>
播报组列表
Promise
<any
>
播报组数据
▸ groupMemberAdd(groupMemberDate
): Promise
<any
>
播报组人员新增
Name | Type | Description |
---|---|---|
groupMemberDate |
GroupMember |
播报组人员数据 |
Promise
<any
>
播报组人员id
▸ groupMemberDel(id
): Promise
<any
>
播报组人员删除
Name | Type | Description |
---|---|---|
id |
string |
播报组人员id |
Promise
<any
>
会议结果
▸ groupMemberList(bcId
): Promise
<any
>
播报组人员列表
Name | Type | Description |
---|---|---|
bcId |
string |
播报组id |
Promise
<any
>
播报组人员列表数据
▸ groupPlay(playForm
): Promise
<any
>
播报组播放
Name | Type | Description |
---|---|---|
playForm |
GroupPlay |
播报组广播数据 |
Promise
<any
>
广播任务id
▸ groupUpdate(groupDate
): Promise
<any
>
播报组更新
Name | Type | Description |
---|---|---|
groupDate |
Group |
播报组数据 |
Promise
<any
>
播报组id
▸ keepalive(): Promise
<void
>
会话心跳保持
Promise
<void
>
无
▸ login(url
, acc
, password
): Promise
<void
>
登录服务器后台
Name | Type | Description |
---|---|---|
url |
string |
服务器地址 |
acc |
string |
登录账号 |
password |
string |
登录密码 |
Promise
<void
>
在sessState中设置状态
▸ logout(): Promise
<void
>
退出
Promise
<void
>
无
▸ memberAdd(memberDate
): Promise
<any
>
广播任务人员新增
Name | Type | Description |
---|---|---|
memberDate |
MemberCfg |
广播任务人员数据 |
Promise
<any
>
广播任务人员id
▸ memberList(bcId
): Promise
<any
>
广播任务人员列表
Name | Type | Description |
---|---|---|
bcId |
string |
广播任务id |
Promise
<any
>
广播任务人员列表数据
▸ taskAdd(bcDate
): Promise
<any
>
广播任务新增
Name | Type | Description |
---|---|---|
bcDate |
Task |
广播任务数据 |
Promise
<any
>
广播任务id
▸ taskDel(id
): Promise
<any
>
广播任务删除
Name | Type | Description |
---|---|---|
id |
string |
广播任务id |
Promise
<any
>
广播任务id
▸ taskDetail(id
): Promise
<any
>
广播任务详情
Name | Type | Description |
---|---|---|
id |
string |
广播任务id |
Promise
<any
>
广播任务数据
▸ taskList(): Promise
<any
>
广播任务列表
Promise
<any
>
广播任务列表数据
▸ taskPlay(bcId
): Promise
<any
>
播放广播
Name | Type | Description |
---|---|---|
bcId |
string |
广播任务id |
Promise
<any
>
会话结果
▸ taskUpdate(bcDate
): Promise
<any
>
广播任务更新
Name | Type | Description |
---|---|---|
bcDate |
Task |
广播任务数据 |
Promise
<any
>
广播任务id
▸ userSetPassword(oldPass
, newPass
): Promise
<any
>
修改密码
Name | Type | Description |
---|---|---|
oldPass |
string |
老密码 |
newPass |
string |
新密码 |
Promise
<any
>
会话结果
testnamespace