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)"
+ />
+
+
+