From 8a4d220f73dcee2ab848596eb4e48a56b94c7a99 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期五, 26 四月 2024 17:07:45 +0800
Subject: [PATCH] feat:完成新看板质检数据统计接口联调

---
 src/api/index.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/index.ts b/src/api/index.ts
index 6629f46..5e47e92 100644
--- a/src/api/index.ts
+++ b/src/api/index.ts
@@ -416,3 +416,14 @@
     data: params
   })
 }
+export interface IQualityCountParams {
+  projectId: string
+  productId: string
+}
+export function qualityCountApi(params: IQualityCountParams) {
+  return request({
+    url: '/api-s/v1/app/appViewShow',
+    method: 'post',
+    data: params
+  })
+}

--
Gitblit v1.8.0