liu
3 天以前 0496b0e8078775203d51d62765766c5db3ebeb71
src/api/crm/saleQuotation/ai/index.ts
@@ -9,7 +9,7 @@
    quotationPrice?: number;
  }
  /** AI OCR 识别报价文件响应 */
  /** 识别报价文件响应 */
  export interface OcrResultVO {
    name?: string;
    customerName?: string;
@@ -23,7 +23,7 @@
  }
}
/** AI OCR 识别报价文件 */
/** 识别报价文件 */
export function ocrSaleQuotation(blobId: number) {
  return requestClient.post<CrmSaleQuotationAiApi.OcrResultVO>(
    '/crm/sale-quotation/ai/ocr',