src/api/event.ts @@ -67,4 +67,13 @@ method: "post", data: qs.stringify(query) }); }; }; //获取事件声音列表 export const getSoundList = () => { return request({ url: "/data/api-v/voice/findAll", method: "get" }) }