zhangzengfei
2021-06-28 711978bcba46a19ad37adc39e741eba0a360f278
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({