接口文件

This commit is contained in:
a0049873 2022-10-24 13:50:23 +08:00
parent 52be0acd83
commit 98a420f0c3
1 changed files with 10 additions and 3 deletions

View File

@ -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) {