tj
qx
5 天以前 d3ea99796e35f4be7d2a77957b0be57bee011663
src/api/system/info.js
@@ -45,3 +45,15 @@
        method: 'delete'
    })
}
// 根据团队体检编号和套餐id获取结账信息
export function getTjCompPay(data) {
  return request({
    url: '/team/pay/getTjCompPay',
    method: 'get',
    params:data
  })
}