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