feige
2024-03-26 017052c6caf4c38b0a2fd25d48d299d79c82814f
src/api/bignote/index.js
@@ -14,7 +14,7 @@
// 根据id查询所有家庭资产详细信息
export function getFamilyeventInfo(id) {
  return request({
    url: '/family/zfEvent/{id}' + id,
    url: '/family/zfEvent/' + id,
    method: 'get',
  })