Tcsm
2023-04-15 058c7c78326aaf9ff58e6bc63107dbfe50544e9e
ruoyi-ui/src/api/contacts/index.js
@@ -10,9 +10,9 @@
}
// 根据id查询通讯录详细信息
export function getContactIdList() {
export function getContactIdList(id) {
  return request({
    url: '/zfContact/2' ,
    url: '/zfContact/' + id,
    method: 'get',
  })