lkk
2024-12-11 2b70897ed6fae223f1808f1895d636bc9375894f
src/api/hosp/customer.js
@@ -106,3 +106,15 @@
    data: data
  })
}
export function getHistryTjOrderByCusIdCard(cusId) {
  return request({
    url: '/hosp/order/getHistryTjOrderByCusId',
    method: 'get',
    params:{
      cusId:cusId
    }
  })
}