1
lkk
2025-07-21 b3df10f4259711c7448e0b548f0ce69776144fed
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 @@
  })
}