src/api/team/tuanti.js
@@ -38,7 +38,12 @@ }) } export function getconfigKey(configKey) { return request({ url: "/system/config/configKey/" + configKey, method: "get", }); } // export function getTeamTjPeopleList(teamNo) { return request({ @@ -78,3 +83,21 @@ } // 获取职业单位信息集合 export function getZybCompList() { return request({ url: '/system/comp/getZybCompList', method: 'get', }) } //职业团体预约确认接口 (新版本) export function newReservationConfirmxbb(data) { return request({ url: '/zhiye/order/newReservationConfirmxbb' , method: 'post', data:data }) }