lkk
lkk
2025-07-04 efb3674b7af513e84cd73594cd8b6aacf7205b9e
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 @@
  })
}