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

Function setUserStatus

Xmw_web/src/services/system/user-management.ts:51–52  ·  view source on GitHub ↗
({ user_id, status }: UserStatusProps)

Source from the content-addressed store, hash-verified

49 * @Author: 白雾茫茫丶
50 */
51export const setUserStatus = ({ user_id, status }: UserStatusProps) =>
52 httpRequest.patch<number[]>(`${baseURL}/${user_id}`, { status });

Callers 1

changeUserStatusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected