From 6d1c826ab6bb3f2cc7cd598a8317b40e403d898f Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期三, 27 八月 2025 09:23:24 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/satisfaction.js | 39 ++++++++++----------------------------- 1 files changed, 10 insertions(+), 29 deletions(-) diff --git a/src/api/AiCentre/satisfaction.js b/src/api/AiCentre/satisfaction.js index e9901b0..e7f6e43 100644 --- a/src/api/AiCentre/satisfaction.js +++ b/src/api/AiCentre/satisfaction.js @@ -1,42 +1,23 @@ import request from "@/utils/request"; -import { parseStrEmpty } from "@/utils/ruoyi"; //澶勭悊瀛楃涓� -// 鏌ヨ婊℃剰搴﹀垪琛� -export function listsatisfaction(query) { +// 澶栭摼鑾峰彇闅忚 +export function getScriptByCondition(data) { return request({ - url: "/smartor/satisfaction/list", + url: "/smartor/servicetask/getScriptByCondition", method: "post", - data: query, + data: data }); } -// 鎵归噺鏂板婊℃剰搴� -export function addsatisfaction(data) { + + +// 缂撳瓨闂嵎 +export function saveMYDQuestionAnswer(data) { return request({ - url: "/smartor/satisfaction/batchinsert", + url: "/smartor/subtaskAnswer/saveMYDQuestionAnswer", method: "post", - data: data, + data: data }); } - -// 淇敼婊℃剰搴� -export function updatesatisfaction(data) { - return request({ - url: "/smartor/satisfaction/edit", - method: "post", - data: data, - }); -} - -// 鍒犻櫎婊℃剰搴� -export function delsatisfaction(satisfactionId) { - return request({ - url: "/smartor/satisfaction/remove/" + satisfactionId, - method: "get", - }); -} - - - -- Gitblit v1.9.3