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', }) @@ -62,3 +62,11 @@ responseType: 'blob' }) } //上传文件 export function enload(data) { return request({ url: '/zfContact/importData', method: 'post', data: data }) }