1
lkk
2025-06-30 efb20e6757a3e40e34fdeb8c5a8c28bd9f8be8f7
src/api/team/tuanti.js
@@ -83,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
  })
}