From 15371b329484632c987e349e50f41cab90d3ae8c Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 15 四月 2026 09:28:25 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/api/AiCentre/Qtemplate.js b/src/api/AiCentre/Qtemplate.js
index 479007d..c619033 100644
--- a/src/api/AiCentre/Qtemplate.js
+++ b/src/api/AiCentre/Qtemplate.js
@@ -232,3 +232,11 @@
     data: data,
   });
 }
+// 鍖绘姢淇濆瓨鏁版嵁
+export function savequestiondetail(data) {
+  return request({
+    url: "/smartor/subtaskAnswer/savequestiondetail",
+    method: "post",
+    data: data,
+  });
+}

--
Gitblit v1.9.3