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

Function createUser

Xmw_web/src/services/system/user-management.ts:29–29  ·  view source on GitHub ↗
(options: API.USERMANAGEMENT)

Source from the content-addressed store, hash-verified

27 * @Author: 白雾茫茫丶
28 */
29export const createUser = (options: API.USERMANAGEMENT) => httpRequest.post<API.USERMANAGEMENT>(`${baseURL}`, options);
30
31/**
32 * @description: 更新用户数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected