From 5d75fcaea0a3774052b7484a4ffe755258502363 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 06 十二月 2025 20:49:11 +0800
Subject: [PATCH] fix:开始执行人员就绪按钮
---
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