From 98a420f0c366e2c32aeae8db398ba8b3b2e5bd4f Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 24 Oct 2022 13:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/home.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/front/src/api/home.js b/front/src/api/home.js index 7daee6ff..e97c9400 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-04-01 19:19:40 - * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-08-23 09:37:58 + * @LastEditors: Light + * @LastEditTime: 2022-10-24 10:36:56 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -103,6 +103,13 @@ export function getUserInfo(params) { method: 'get', }) } +export function initiateMeet(data) { + return request({ + url: '/enke/initiateMeet', + method: 'post', + data: data, + }) +} // 组件服务 export function ApplicationServe(data) { @@ -492,4 +499,4 @@ export function getMaxApplyNum(number) { url: '/processForm/tabilityapplication/canApply/' + number, method: 'get', }) -} \ No newline at end of file +}