From bd87e01aefaeb972f8d980a563773249f9e9e639 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 29 Mar 2024 18:51:49 +0800
Subject: [PATCH] 更新
---
api/system/index.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/api/system/index.js b/api/system/index.js
index 4554431..119fe97 100644
--- a/api/system/index.js
+++ b/api/system/index.js
@@ -34,3 +34,12 @@
})
}
+export const sendCode = (params) => {
+ return http.request({
+ url: '/blade-smsSend/smsSend/send',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3