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