From d3c60e18b95b50751f8088fa2d23cd8ff7f173bc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 01 七月 2026 11:05:17 +0800
Subject: [PATCH] 测试完成

---
 src/api/AiCentre/Qtemplate.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 3c5e873..454c72f 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -47,6 +47,13 @@
     method: "get",
   });
 }
+// 鏌ョ湅闂嵎榛樿濉姤鏉冮檺
+export function getconfigKey(Id) {
+  return request({
+    url: "/system/config/configKey/" + Id,
+    method: "get",
+  });
+}
 // 鏂板鎴栦慨鏀归棶鍗锋ā鏉胯鎯�
 export function compileQtemplate(data) {
   return request({

--
Gitblit v1.9.3