ZZJ
2021-09-26 d7e24c64a3961040fdc7fec835c2efa5d2f106c0
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
  })
}