MCPcopy Create free account
hub / github.com/baiwumm/react-admin / updateUser

Function updateUser

Xmw_web/src/services/system/user-management.ts:36–37  ·  view source on GitHub ↗
({ user_id, ...options }: Partial<API.USERMANAGEMENT>)

Source from the content-addressed store, hash-verified

34 * @Author: 白雾茫茫丶
35 */
36export const updateUser = ({ user_id, ...options }: Partial<API.USERMANAGEMENT>) =>
37 httpRequest.put<number[]>(`${baseURL}/${user_id}`, options);
38
39/**
40 * @description: 删除用户数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected