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',