|
|
@ -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, |
|
|
|
}); |
|
|
|