WXL
2025-06-05 5a8e93d1e48ed5c7d2e7e4c6db03ccb32a631aaa
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
  })
}