From 245791c6de54b269dc22f38b0f6c5d160bf9c641 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 20 十一月 2025 13:13:30 +0800
Subject: [PATCH] fix: bug
---
src/services/api/EnterpriseApplyFile.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/services/api/EnterpriseApplyFile.ts b/src/services/api/EnterpriseApplyFile.ts
index 68c201a..fe47c5f 100644
--- a/src/services/api/EnterpriseApplyFile.ts
+++ b/src/services/api/EnterpriseApplyFile.ts
@@ -34,7 +34,7 @@
/** 纭鎻愪氦鏉愭枡涓婁紶V2 POST /api/EnterpriseApplyFile/CustomerUploadMonthApplyFileV2 */
export async function customerUploadMonthApplyFileV2(
- body: API.CustomerUploadMonthApplyFileInput,
+ body: API.CustomerUploadMonthApplyFileV2Input,
options?: API.RequestConfig
) {
return request<number>('/api/EnterpriseApplyFile/CustomerUploadMonthApplyFileV2', {
@@ -136,7 +136,7 @@
body: API.GetCustomerUploadApplyFilesInput,
options?: API.RequestConfig
) {
- return request<API.GetCustomerUploadApplyFilesResponse>(
+ return request<API.GetCustomerUploadApplyFilesV2Response>(
'/api/EnterpriseApplyFile/GetCustomerUploadApplyFilesV2',
{
method: 'POST',
--
Gitblit v1.9.1