zhengyiming
7 天以前 065acdf5fd02cab9ef1f7be460a5b0776d996532
src/services/api/BaseModuleNew.ts
@@ -29,13 +29,13 @@
  });
}
/** 此处后端没有提供注释 GET /api/BaseModuleNew/GetCurrentUserModuleListV2 */
/** 此处后端没有提供注释 POST /api/BaseModuleNew/GetCurrentUserModuleListV2 */
export async function getCurrentUserModuleListV2(
  body: API.ModuleDtoV2,
  options?: API.RequestConfig
) {
  return request<number>('/api/BaseModuleNew/GetCurrentUserModuleListV2', {
    method: 'GET',
  return request<API.ModuleDtoV2[]>('/api/BaseModuleNew/GetCurrentUserModuleListV2', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },