接口文件
This commit is contained in:
parent
52be0acd83
commit
98a420f0c3
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* @Author: hisense.wuhongjian
|
* @Author: hisense.wuhongjian
|
||||||
* @Date: 2022-04-01 19:19:40
|
* @Date: 2022-04-01 19:19:40
|
||||||
* @LastEditors: hisense.liangjunhua
|
* @LastEditors: Light
|
||||||
* @LastEditTime: 2022-08-23 09:37:58
|
* @LastEditTime: 2022-10-24 10:36:56
|
||||||
* @Description: 告诉大家这是什么
|
* @Description: 告诉大家这是什么
|
||||||
*/
|
*/
|
||||||
import request from '@/utils/request'
|
import request from '@/utils/request'
|
||||||
|
@ -103,6 +103,13 @@ export function getUserInfo(params) {
|
||||||
method: 'get',
|
method: 'get',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
export function initiateMeet(data) {
|
||||||
|
return request({
|
||||||
|
url: '/enke/initiateMeet',
|
||||||
|
method: 'post',
|
||||||
|
data: data,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
// 组件服务
|
// 组件服务
|
||||||
export function ApplicationServe(data) {
|
export function ApplicationServe(data) {
|
||||||
|
@ -492,4 +499,4 @@ export function getMaxApplyNum(number) {
|
||||||
url: '/processForm/tabilityapplication/canApply/' + number,
|
url: '/processForm/tabilityapplication/canApply/' + number,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue