修改打包占用内存
This commit is contained in:
@@ -17,6 +17,7 @@ export interface EmployeeHostsVO {
|
||||
operationStatus: number // 操作状态
|
||||
createTime: string // 创建时间
|
||||
remake: string // 备注
|
||||
uid: string // 用户id
|
||||
}
|
||||
|
||||
// 员工分配主播 API
|
||||
|
||||
@@ -15,6 +15,7 @@ export interface NewHostsVO {
|
||||
hostsKind: string // 直播类型 娱乐,游戏
|
||||
isAssigned: number // 是否已经分配给员工
|
||||
userId: number // 用户 Id
|
||||
uid: string // u Id
|
||||
}
|
||||
|
||||
// 主播数据管理 API
|
||||
|
||||
Reference in New Issue
Block a user