Browse Source

feat:新业务列表接口定义

wanghao 7 months ago
parent
commit
789f814b0c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/api/mapping.js

+ 9 - 0
src/api/mapping.js

@@ -116,6 +116,8 @@ export function listBiz(query) {
   })
 }
 
+
+
 // 2. 业务统计数据:针对业务列表补充的统计数据,用于加快业务列表响应速度
 export function listBizStats(query) {
   return request({
@@ -258,6 +260,13 @@ export function getSweetList(data) {
   const url = `/v1/biz/service-graph`
   return instance2.get(url, data)
 }
+
+// 获取重点业务/业务总览
+export function getNewBusinessList(data) {
+  const url = `/v1/biz`
+  return instance2.get(url, data)
+}
+
 // 上上传excel 表格接口
 export function uploadExcel(data) {
   const url = `/v1/service/collect`