WXL (wul)
2026-04-16 c2d4645b9008ef8a76a702e28d4015b8d1013959
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
  })
}