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