heyujie
2021-07-04 85da22c4861736f7b0cabbc75daecbe4fea1bf80
src/api/event.ts
@@ -78,6 +78,16 @@
  })
}
export const uploadSound = (data: any) => {
  return request({
    url: "/data/api-v/voice/upload",
    method: "post",
    data
  })
}
//获取所有的推送字段配置
export const getPushSet = ()=>{
  return request({