linwenling
2023-05-16 579fcaaeb4f3d55b3137445055f4a27af0773c8c
ruoyi-ui/src/api/pet/index.js
@@ -10,7 +10,7 @@
      params: query
    })
  }
  //增加魅宠记录
  export function addPet(data)
  {
@@ -48,7 +48,6 @@
  //根据宠物id查询主人信息
  export function getPetowner(id) {
    alert(id)
    return request({
      url: '/zfMaster/' + id,
      method: 'get',
@@ -100,7 +99,7 @@
// 根据id查询所有魅宠备忘录信息
export function getPetnoteList(id) {
return request({
  url: '/family/zfPetNote/' + id,
  url: '/family/zfPetNote/?pid=' + id,
  method: 'get',
})