From 91fb72f340a1c4e05c19bd714090ba0f2ad83a7a Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 27 Apr 2024 14:47:02 +0800
Subject: [PATCH] 更新

---
 api/system/index.js |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/api/system/index.js b/api/system/index.js
index c5d6e96..4588fd3 100644
--- a/api/system/index.js
+++ b/api/system/index.js
@@ -22,3 +22,56 @@
 		}
 	})
 }
+
+//获取扫码详情
+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 sendLoginCode = (params) => {
+	return http.request({
+		url: '/blade-smsSend/smsSend/loginSend',
+		method: 'get',
+		params: {
+			...params
+		}
+	})
+}
+
+
+export const checkLoginCode = (params) => {
+	return http.request({
+		url: '/blade-smsSend/smsSend/checkCode',
+		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