qx
2025-07-15 d0ba1fd79cf71e389a95123358ce951b34811454
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
  })
}