From c722f1e1bd6dc2c594434f7b52d5ef27a22b1fa4 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Mon, 25 Aug 2025 16:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E6=8E=A5=E5=8F=A3=E7=9A=84=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/AIxiaocaishen.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/api/AIxiaocaishen.js b/src/api/AIxiaocaishen.js index d57ecff..36d701f 100644 --- a/src/api/AIxiaocaishen.js +++ b/src/api/AIxiaocaishen.js @@ -358,9 +358,7 @@ export const getUserInfoAPI = function (params) { // 8.25权限控制 start export const checkStatusAPI = function (headers, params) { return request({ - // url: `${HWurl}/api/workflow/checkStatus`, - url: `http://39.101.133.168:8828/link/api/workflow/checkStatus`, - method: "POST", + url: `${APIurl}/api/workflow/checkStatus`, method: "POST", data: params, headers: headers, });