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