lkk
2025-07-07 ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b
src/api/doctor/pacsCheck.js
@@ -24,7 +24,7 @@
// 同步接口
export function asyncPacs(data) {
  return request({
    url: '/api/His/asyncPacs',
    url: '/api/His/newasyncPacs',
    method: 'post',
    data:data
  })
@@ -50,3 +50,4 @@
  })
}