粉丝更新

This commit is contained in:
2025-07-08 21:23:12 +08:00
parent e415d50c7c
commit 65e24c51d9
16 changed files with 1707 additions and 48 deletions

View File

@@ -32,6 +32,7 @@ export const EmployeeHostsApi = {
getEmployeeHostsPage: async (params: any) => {
return await request.get({ url: `/server/employee-hosts/self_page`, params })
},
// 查询管理员工分配主播分页
getMeangeEmployeeHostsPage: async (params: any) => {
return await request.get({ url: `server/employee-hosts/page`, params })
},
@@ -46,7 +47,7 @@ export const EmployeeHostsApi = {
},
// 修改员工分配主播
updateEmployeeHosts: async (data: EmployeeHostsVO) => {
updateEmployeeHosts: async (data) => {
return await request.put({ url: `/server/employee-hosts/update`, data })
},
// 批量修改员工分配主播