From 56797d44dfb07d7d5ec998e81161d83214dce694 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 14 Jan 2026 17:43:34 +0800
Subject: [PATCH] 1

---
 src/api/home.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/home.js b/src/api/home.js
index 816ab5e..a4fed22 100644
--- a/src/api/home.js
+++ b/src/api/home.js
@@ -37,6 +37,7 @@
   adminsetSiteStyle: '/api/admin/setSiteStyle.do', // 设置网站风格
   admingetSiteStyle: '/api/admin/getSiteStyle.do', // 获取网站风格
   dksp: '/admin/dksp.do', // 通过||拒绝贷款
+  pendingCount: '/admin/notification/pendingCount.do', // 获取待处理数量
 }
 
 /**
@@ -250,6 +251,13 @@
   })
 }
 
+export function getPendingCount() {
+  return request({
+    url: userApi.pendingCount,
+    method: 'post',
+  })
+}
+
 export function userdelete(parameter) {
   return request({
     url: userApi.userdelete,

--
Gitblit v1.9.3