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