From 04158a40bc1ae7465fc391398272f8875354e908 Mon Sep 17 00:00:00 2001 From: AoXuan Date: Fri, 12 Sep 2025 00:27:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=80=9A=E7=9F=A5API=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/services/Service.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/api/services/Service.ts b/frontend/src/api/services/Service.ts index 44d7598..75fedb7 100644 --- a/frontend/src/api/services/Service.ts +++ b/frontend/src/api/services/Service.ts @@ -970,6 +970,18 @@ export class Service { }, }); } + /** + * 测试通知 + * 测试通知 + * @returns OutBase Successful Response + * @throws ApiError + */ + public static testNotifyApiSettingTestNotifyPost(): CancelablePromise { + return __request(OpenAPI, { + method: 'POST', + url: '/api/setting/test_notify', + }); + } /** * 检查更新 * @param requestBody