代理功能+web客户端权限
This commit is contained in:
@@ -36,14 +36,14 @@ export const EmployeeHostsApi = {
|
||||
getEmployeeHostsPageDsec: async (params: any) => {
|
||||
return await request.get({ url: `/server/employee-big-brother/self_complete` })
|
||||
},
|
||||
// 查询员工分配主播分页
|
||||
// 查询爬大哥建联
|
||||
employeeCompleteBarChart: async (params: number[], days: number) => {
|
||||
return await request.post({
|
||||
url: `/server/employee-hosts/employeeCompleteBarChart`,
|
||||
data: { userId: params, days: days }
|
||||
})
|
||||
},
|
||||
// 查询员工分配大哥分页
|
||||
// 查询爬大哥建联
|
||||
employeeCompleteBarChartDsec: async (params: number[], days: number) => {
|
||||
return await request.post({
|
||||
url: `/server/employee-big-brother/employeeCompleteBarChart`,
|
||||
|
||||
Reference in New Issue
Block a user