zhengyiming
8 天以前 eeb610e0d60949e35634be696dbd0f42c46cc9df
src/services/api/InsuranceOrder.ts
@@ -77,22 +77,6 @@
  });
}
/** 此处后端没有提供注释 POST /api/InsuranceOrder/Demo */
export async function demo(options?: API.RequestConfig) {
  return request<any>('/api/InsuranceOrder/Demo', {
    method: 'POST',
    ...(options || {}),
  });
}
/** 此处后端没有提供注释 POST /api/InsuranceOrder/Demo2 */
export async function demo2(options?: API.RequestConfig) {
  return request<any>('/api/InsuranceOrder/Demo2', {
    method: 'POST',
    ...(options || {}),
  });
}
/** 批量减员保单数据 POST /api/InsuranceOrder/DownsizingInsuranceOrderData */
export async function downsizingInsuranceOrderData(
  body: API.DownsizingInsuranceOrderData,