( options: Omit<API.ROLEMANAGEMENT, 'role_id' | 'founder' | 'created_time' | 'updated_time'>, )
| 27 | * @Author: 白雾茫茫丶 |
| 28 | */ |
| 29 | export const createRole = ( |
| 30 | options: Omit<API.ROLEMANAGEMENT, 'role_id' | 'founder' | 'created_time' | 'updated_time'>, |
| 31 | ) => httpRequest.post<API.ROLEMANAGEMENT>(`${baseURL}`, options); |
| 32 | |
| 33 | /** |
| 34 | * @description: 更新角色数据 |
nothing calls this directly
no outgoing calls
no test coverage detected