hanbaoshan
2020-10-27 da98d2a8a686cde09b20345e4a2b55a85410fde4
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"
  })
}