From 5a7d1bc77cd3d7af8901258aed4741ded6fadab3 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Tue, 27 Jan 2026 15:29:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/sMsSendManage/loopSend.js | 8 +
src/views/sMsSendManage/loopSend/index.vue | 165 +++++++++++++++------
2 files changed, 130 insertions(+), 43 deletions(-)
diff --git a/src/api/sMsSendManage/loopSend.js b/src/api/sMsSendManage/loopSend.js
index 3f5e0e9..5adb339 100644
--- a/src/api/sMsSendManage/loopSend.js
+++ b/src/api/sMsSendManage/loopSend.js
@@ -56,3 +56,11 @@ export function updateLoopSendStatusAPI(data) {
})
}
+// 获取短信余额
+export function getSmsBalanceAPI() {
+ return request({
+ url: '/msgJob/getMessageBalance',
+ method: 'GET',
+ })
+}
+
diff --git a/src/views/sMsSendManage/loopSend/index.vue b/src/views/sMsSendManage/loopSend/index.vue
index 340c940..c2f11b0 100644
--- a/src/views/sMsSendManage/loopSend/index.vue
+++ b/src/views/sMsSendManage/loopSend/index.vue
@@ -1,56 +1,64 @@
-
-
-
-
-
-
- 新建
-
-
-
- debouncedStatusChange(value, row)"
- />
-
-
+
+
+
+
+
+
+ debouncedStatusChange(value, row)"
+ />
+
+
+