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