1
wwl
2025-06-10 cee2eca9c3e40b48c40a8fe80f938a777f03d463
src/api/hosp/customer.js
@@ -153,3 +153,14 @@
    }
  })
}
// 体检点击收费按钮接口
export function getUserinfo(data) {
  return request({
    url: '/hosp/customer/zhuceTjCustomer',
    method: 'post',
    data: data
  })
}