融合服务更新api

This commit is contained in:
guoyue 2022-09-08 15:46:21 +08:00
parent 59abe1614c
commit 1e06abbf11
1 changed files with 10 additions and 0 deletions

View File

@ -368,6 +368,16 @@ export function getIntegrationServicesList(params) {
params, params,
}) })
} }
// --
export function updateIntegrationServices(data) {
return request({
url: '/fuse',
method: 'put',
data,
})
}
// //
export function getCountByFuzzyQuery(params) { export function getCountByFuzzyQuery(params) {
return request({ return request({