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

Function createUser

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

Source from the content-addressed store, hash-verified

9}
10// 创建用户
11export function createUser(data: CreateUser): Promise<BaseResult> {
12 return axiosInstance.post(`/api/user/creat`, data);
13}
14
15// 创建用户
16export function updateUser(data: CreateUser): Promise<BaseResult> {

Callers 1

creatUserSubmitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected