融合服务更新api
This commit is contained in:
parent
59abe1614c
commit
1e06abbf11
|
@ -368,6 +368,16 @@ export function getIntegrationServicesList(params) {
|
|||
params,
|
||||
})
|
||||
}
|
||||
|
||||
// 融合服务--更新
|
||||
export function updateIntegrationServices(data) {
|
||||
return request({
|
||||
url: '/fuse',
|
||||
method: 'put',
|
||||
data,
|
||||
})
|
||||
}
|
||||
|
||||
// 全局搜索
|
||||
export function getCountByFuzzyQuery(params) {
|
||||
return request({
|
||||
|
|
Loading…
Reference in New Issue