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 +}