src/api/system/archiverecordstouser.js
@@ -50,3 +50,19 @@ params: data }) } // 删除【请填写功能名称】 export function delArchiverecordstouserByReIdAndUid(data) { return request({ url: '/system/archiverecordstouser/deleteByRidUid', method: 'delete', params: data }) } //判断是否已经授权 export function getArchiverecordstouserByReIdAndUid(data) { return request({ url: '/system/archiverecordstouser/getByRidUid', method: 'get', params: data }) }