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