From c098f1e3a3e052aa3d65584aae6dc003a70d75ad Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 16 十二月 2025 00:09:14 +0800
Subject: [PATCH] feat: 停止轮询 uncount

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

diff --git a/app/api/wechat.js b/app/api/wechat.js
index 4f1e3e1..6ad84ea 100644
--- a/app/api/wechat.js
+++ b/app/api/wechat.js
@@ -33,4 +33,12 @@
     method: 'post',
     data: data
   })
+}
+
+// 鑾峰彇寰俊閰嶇疆锛堝寘鎷闃呮秷鎭ā鏉縄D绛夛級
+export function getWechatConfig() {
+  return request({
+    url: '/wechat/config',
+    method: 'get'
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.1