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', })