hanbaoshan
2020-12-03 c99cad106ef5be9f818e45d385dfdcec29ce19e5
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"
  })
}