MCPcopy Create free account
hub / github.com/VienLi/CcView / updateUserStatus

Function updateUserStatus

src/api/user.ts:21–23  ·  view source on GitHub ↗
(data: {uuid: string, status: number})

Source from the content-addressed store, hash-verified

19
20// 禁用用户
21export function updateUserStatus(data: {uuid: string, status: number}): Promise<BaseResult> {
22 return axiosInstance.post(`/api/user/updateUserStatus`, data);
23}
24
25// 获取用户列表
26export function getUserList(query: Record<string, any>): Promise<BaseResult & {data: Record<string, any>[]}> {

Callers 1

updateStatueFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected