wupengfei
6 天以前 8e94e3f60a91e536d69e643b4dc13804b79370bc
src/services/api/role.ts
@@ -29,7 +29,7 @@
  });
}
/** 查询角色列表 POST /api/user/role/getRoles */
/** 查询角色分页列表 POST /api/user/role/getRoles */
export async function getRoles(body: API.GetRolesQuery, options?: API.RequestConfig) {
  return request<API.PagedListQueryResultGetRolesQueryResultItem>('/api/user/role/getRoles', {
    method: 'POST',