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