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

Function updateUser

src/api/user.ts:16–18  ·  view source on GitHub ↗
(data: CreateUser)

Source from the content-addressed store, hash-verified

14
15// 创建用户
16export function updateUser(data: CreateUser): Promise<BaseResult> {
17 return axiosInstance.post(`/api/user/update`, data);
18}
19
20// 禁用用户
21export function updateUserStatus(data: {uuid: string, status: number}): Promise<BaseResult> {

Callers 1

creatUserSubmitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected