zuozhengqing
2023-12-20 a4ad4789a091367fc2d63e0a6250a816335ea501
src/api/client/followupRecords.js
@@ -32,3 +32,11 @@
    data
  })
}
// 联系方式列表
export function getContactInfoList() {
  return request({
    url: "/api/contactInformation/list",
    method: "get"
  })
}