src/api/event.ts @@ -95,3 +95,11 @@ method:'get' }) } export const deleteSound = (q:any) => { return request({ url: "/data/api-v/voice/del", method: "get", params:q }) }