zhangzengfei
2020-09-04 b23a2a35a14b010a3b97a1b61a02ec179dfab924
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"
  })
}