fei
2025-09-21 1dbcc7c8bf3434048b74a8b762976d7549c00013
ruoyi-ui/src/api/doctor/index.js
@@ -97,11 +97,10 @@
  })
}
// 查看谁分享了数据
export function getWhoShare(data,query) {
export function getWhoShare(query) {
  return request({
    url: '/ZfDoctorShare/getInfoByShareId',
    method: 'get',
    data: data,
    params: query
  })
}