From dd0a3e0ed394983c4fbacdab64cad6f8de5b4884 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 06 八月 2025 18:03:56 +0800
Subject: [PATCH] fix: 对接字典

---
 config/openapi.json |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/openapi.json b/config/openapi.json
index 6cd2151..f155669 100644
--- a/config/openapi.json
+++ b/config/openapi.json
@@ -2,8 +2,11 @@
   "config": [
     {
       "requestLibPath": "import { request } from '@/utils/request'",
-      "schemaPath": "http://localhost:58190/swagger/v1/swagger.json",
-      "serversPath": "./packages/services"
+      "schemaPath": "http://localhost:53780/swagger/Default/swagger.json",
+      "serversPath": "./packages/services",
+      "enumStyle": "enum",
+      "projectName": "apiV2",
+      "enumFilePath": "../../../packages/constants/apiEnum.ts"
     }
   ]
 }

--
Gitblit v1.9.1