WXL (wul)
2026-01-07 5dd7e6a929402e413a6b16e0fce6b7e69d1c02ff
src/api/smartor/patphysical.js
@@ -4,7 +4,7 @@
export function listPatphysical(query) {
  return request({
    url: '/smartor/patphysical/selectPatMedPhysicalList',
    method: 'get',
    method: 'post',
    data: query
  })
}