linwenling
2023-08-09 7125e18874e987d950b3464e2e9864312b89979d
ruoyi-ui/src/api/collection/index.js
@@ -9,6 +9,15 @@
  })
}
//类别数据
export function listType(query) {
  return request({
    url: '/zfCollection/type',
    method: 'get',
    params: query
  })
}
// 根据id查询收藏和荣誉
export function getCollection(id) {
  return request({