1
lkk
2025-07-04 4936c229b0eeea0305e15d019c801bd88b8d074e
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 @@
  })
}