ZZJ
2021-12-23 337e2d8c3b28881ccd529c524d13053fefcd1b4a
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
  })
}