From 7c790c248c137a2fa5525bf66ed04c25043cded7 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 03 十二月 2025 09:32:19 +0800
Subject: [PATCH] feat:用户附加同步

---
 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