heyujie
2021-06-25 81fd2fff7dba4af2749ce5288a7afde8e5cdb538
src/api/event.ts
@@ -76,4 +76,22 @@
    method: "get"
  })
}
export const uploadSound = (data: any) => {
  return request({
    url: "/data/api-v/voice/upload",
    method: "post",
    data
  })
}
//获取所有的推送字段配置
export const getPushSet = ()=>{
  return request({
    url:'/data/api-v/eventPush/getPushSet',
    method:'get'
  })
}