wwl
9 天以前 cf422fa7cc284db857a9fca6d098b1b873fe6a5d
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
  })
}