Commit 2d493bc7 by Thews

20240117wangwansu

1 parent 13b15726
......@@ -352,3 +352,14 @@ export function getArchiAssetManageAdd(params) {
export function getArchiAssetManageUpdate(params) {
return post('/network/arc-ast-bi/upd', params);
}
// 企业中台服务清单
// 获取列表
export function getComCenterServeList(params) {
return post('/network/arc-aby-iy/selectList', params);
}
// 查看详情
export function getComCenterServeDetail(params) {
return post('/network/arc-aby-iy/', params);
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!