From 8cbd9cc530beebe6bd12fe919e53af8da5dd27a5 Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Mon, 14 Jul 2025 17:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/api-client/services.gen.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web-antd/src/api-client/services.gen.ts b/apps/web-antd/src/api-client/services.gen.ts index 7426fda..6a0fb12 100644 --- a/apps/web-antd/src/api-client/services.gen.ts +++ b/apps/web-antd/src/api-client/services.gen.ts @@ -3148,6 +3148,7 @@ export const postTreeModelDeviceDataInfoPage = < ThrowOnError >({ ...options, + ...formDataBodySerializer, url: '/TreeModel/DeviceDataInfoPage', }); }; @@ -3180,6 +3181,7 @@ export const postOneNETLogInfoPage = ( ThrowOnError >({ ...options, + ...formDataBodySerializer, url: '/TableModel/OneNETLogInfo', }); }; @@ -3196,6 +3198,7 @@ export const postCTWingLogInfoPage = ( ThrowOnError >({ ...options, + ...formDataBodySerializer, url: '/TableModel/CTWingLogInfo', }); };