1
lkk
2025-06-30 222c1ceea2edd44fb660f384793baf8877bffc20
src/api/team/tuanti.js
@@ -82,4 +82,20 @@
  })
}
// 获取职业单位信息集合
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
  })
}