接口文件
This commit is contained in:
parent
52be0acd83
commit
98a420f0c3
|
@ -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',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue