// 收费查询api
export default {
  getChargeList: "/backstage/auth/receiptList",
  getCompanyOptions: "/backstage/auth/payorListNopage", 
  getDoctorListNoPage:"/backstage/auth/doctorListNoPage",//医生列表
  getChargeListDetail:"/backstage/auth/receiptDetailList",//账单明细
  getReceiptPaymentDetail:"/backstage/auth/receiptPaymentDetail",//账单明细
  queryCiReceipSendList:"/backstage/auth/queryCiReceipSendList",//理赔件账单寄送查询
  saveReceipSendInfo:"/backstage/auth/saveReceipSendInfo",//保存理赔件账单寄送信息
  deleteReceiptSendInfo:"/backstage/auth/deleteReceiptSendInfo",//删除寄送信息
};