heyujie
2021-07-05 62f32758a170157eb792720c21e6964e2f813fc7
src/api/event.ts
@@ -95,3 +95,11 @@
    method:'get'
  })
}
export const deleteSound = (q:any) => {
  return request({
    url: "/data/api-v/voice/del",
    method: "get",
    params:q
  })
}