From b5d2ec149dbca8b8a44b9de0605aecc74cbddc1e Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 16 Apr 2024 17:35:23 +0800
Subject: [PATCH] 更新
---
api/system/index.js | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/api/system/index.js b/api/system/index.js
index c5d6e96..0ce77f2 100644
--- a/api/system/index.js
+++ b/api/system/index.js
@@ -22,3 +22,34 @@
}
})
}
+
+//获取扫码详情
+export const getQrCodeDetail = (params) => {
+ return http.request({
+ url: '/blade-doorplateAddress/doorplateAddress/getDetail',
+ method: 'GET',
+ params: {
+ ...params
+ }
+ })
+}
+
+export const sendCode = (params) => {
+ return http.request({
+ url: '/blade-smsSend/smsSend/send',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
+
+export const searchContent = (params) => {
+ return http.request({
+ url: '/es/es/page',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3