ruoyi-ui/src/api/pet/index.js
@@ -47,9 +47,9 @@ //魅宠主人信息 //根据宠物id查询主人信息 export function getPetowner(id,pid) { export function getPetowner(id) { return request({ url: '/zfMaster/' + id + '/pid='+pid, url: '/zfMaster/' + id, method: 'get', }) }