From 2934e7ff8a580c38f4bc81a62141036c16d460be Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 31 五月 2024 15:43:49 +0800
Subject: [PATCH] 最新版本
---
h5/api/index.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/h5/api/index.js b/h5/api/index.js
index d3d05bc..a398f63 100644
--- a/h5/api/index.js
+++ b/h5/api/index.js
@@ -1,6 +1,7 @@
import { http } from '@/utils/service.js'
export * from '@/utils/config.js'
export * from './visitor'
+export * from './staff'
// 鏌ヨ瀛楀吀鍊兼暟鎹�
export const getSystemDictData = (data) => {
@@ -24,4 +25,12 @@
method: 'get',
data
})
+}
+// 鍙戦�佺煭淇¢獙璇佺爜
+export const sendSms = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/business/smsEmail/sendSms',
+ method: 'post',
+ data
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3