From b850badcf800eff5819e0789d1b81e5e27fcd037 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 29 十一月 2024 17:21:34 +0800 Subject: [PATCH] ll --- h5/api/index.js | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/h5/api/index.js b/h5/api/index.js index 9a7edfe..c931054 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 './staff' +export * from './yw' @@ -16,14 +17,6 @@ return http({ url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize', 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