ZZJ
2021-11-09 f0ef409370c5520f8154b85aeb34ee76aa71617f
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
  })
}