qx
qx
2025-07-08 b767cea8ee6bf2e782c7727ad9ccfd1d69b4f8cb
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
  })
}